IG Commenter - Comment Bot for Instagram

IG Commenter - Comment Bot for Instagram

IG Commenter is a powerfull IG comment bot for Instagram, it brings attention to your account by commenting posts on your behalf.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IG Commenter - Comment Bot for Instagram",
  "description": "IG Commenter is a powerfull IG comment bot for Instagram, it brings attention to your account by commenting posts on your behalf.",
  "version": "1.2.6",
  "manifest_version": 2,
  "icons": {
    "48": "icons/logo_active.png",
    "128": "icons/[email protected]"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/logo.png",
      "24": "icons/logo.png",
      "32": "icons/logo.png"
    },
    "default_title": "IG Comment Bot",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.instagram.com/*",
    "*://*.sentry.io/*",
    "cookies",
    "storage"
  ],
  "web_accessible_resources": [
    "libs/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com/ https://www.google-analytics.com; object-src 'self'"
}