Instagram Follow Bot

Instagram Follow Bot

Instagram Follow Bot automatically follows someone’s followers/likers for you

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "popup/payment.html"
  },
  "author": "Sprise",
  "content_scripts": [
    {
      "js": [
        "content/content.js"
      ],
      "matches": [
        "https://www.instagram.com/*"
      ]
    }
  ],
  "description": "Instagram Follow Bot automatically follows someone’s followers/likers for you",
  "host_permissions": [
    "https://www.instagram.com/*"
  ],
  "icons": {
    "16": "assets/logo.png",
    "48": "assets/logo.png",
    "128": "assets/logo.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAixYY2W0nyyQ2O+26DMZLnUF7IHeX/OIvzhGrP2XVqwJ9HmSRANnUsqUTtp91S/HNeERlz2nTGO0mSMYVyM4ULLn+cbSigRA64x70plfMIhTR/tmtjiNNcuHwsiqkICVuaWuRirt7OsCdIXgON8vMsu7eMMi5ZdGfYG0n44HlpLL4Wf/Ur95xBTzroKz24PtG0NCic1dKBfBMdjNEjaYvbh0Tr8FJ3ff0RIITAhnrJiuTfU8A4zAO37oEBXJz8NYl69guxKDnDLe++QNToQoRSm9s+mlV2TAoEpzC+K8f8gxDrr2xCBv/xnXoE+ILZjXcbgVPRHc6ts6Yb9T5WHSGoQIDAQAB",
  "manifest_version": 3,
  "name": "Instagram Follow Bot",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2"
}