Comment bot for IG

Comment bot for IG

It is a simple tool to help you automatically comment other peoples' posts to increase exposure and gain more followers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Comment bot for IG",
  "description": "It is a simple tool to help you automatically comment other peoples' posts to increase exposure and gain more followers",
  "version": "2.1.6",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "Comment bot for IG",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "inject.js"
  ],
  "permissions": [
    "storage",
    "webRequestBlocking",
    "webRequest",
    "*://*.instagram.com/*",
    "https://*.cdninstagram.com/*",
    "https://*.fbcdn.net/*",
    "https://hypercavs.com/"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}