Follower Boost | Bot Follower Automation

Follower Boost | Bot Follower Automation

Get real and organic followers with our growth service, effortlessly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0.101",
  "default_locale": "en",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self';"
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "alarms",
    "notifications",
    "unlimitedStorage",
    "scripting"
  ],
  "host_permissions": [
    "https://instagram.com/",
    "https://www.instagram.com/"
  ],
  "action": {
    "default_popup": "window.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "128": "img/icon.png"
  },
  "content_scripts": [
    {
      "css": [
        "css/styles.css"
      ],
      "js": [
        "js/jquery-3.3.1.min.js",
        "js/util.js",
        "js/content.js"
      ],
      "matches": [
        "https://instagram.com/*",
        "https://www.instagram.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/*.js",
        "img/logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}