IG Booster bot - auto follow/like/DM

IG Booster bot - auto follow/like/DM

Smart automation bot for Instagram, super easy to auto Follow, Like, Comment, DM to increase exposure and gain more real followers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "cookies",
    "storage",
    "identity"
  ],
  "host_permissions": [
    "*://*.instagram.com/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "https://www.instagram.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "oauth2": {
    "client_id": "628184170891-klmv5qui0hrhc41lif1ajc2m7t3a0dqn.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "https://www.instagram.com/*"
      ]
    }
  ],
  "version": "1.0.3",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}