GrowBot Automator for Instagram

GrowBot Automator for Instagram

This bot will automatically follow all of someone's Instagram followers for you. It can also unfollow for you, with options to keep people who follow you and more. It waits between following so as to not be blocked by Instagram's rate limits.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.1.7",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "object-src 'self'; script-src 'self'; frame-src 'self' https://www.growbotforfollowers.com;"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.instagram.com/*",
        "https://*.growbotforfollowers.com/*"
      ],
      "css": [
        "theme.blue.css",
        "contentscript.css",
        "jquery-ui.css"
      ],
      "js": [
        "jquery3.js",
        "jquery-ui.js",
        "wNumb.js",
        "nouislider.js",
        "jquery.tablesorter.js",
        "jquery.tablesorter.widgets.js",
        "widget-pager.js",
        "contentscript.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "backgroundscript.js"
    ]
  },
  "action": {
    "default_title": "GrowBot Automator for Instagram"
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "tabs",
    "http://*.instagram.com/*",
    "https://*.instagram.com/*",
    "https://*.growbotforfollowers.com/",
    "storage",
    "unlimitedStorage",
    "identity",
    "https://www.googleapis.com/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.js",
        "*.png",
        "*.css",
        "*.json",
        "*.html"
      ],
      "matches": [
        "https://*.instagram.com/*",
        "https://*.growbotforfollowers.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ffde70c6-9412-46cf-9643-5fbab7f862e1}"
    }
  }
}