Comment Bot for Behance

Comment Bot for Behance

Automates comments and appreciates on Behance to increase your engagement!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Comment Bot for Behance",
  "description": "Automates comments and appreciates on Behance to increase your engagement!",
  "version": "1.4.0",
  "manifest_version": 3,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "action": {
    "default_title": "Comment Bot for Behance",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.behance.net/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://beyondbot.pro/",
    "*://*.behance.net/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}