Instagram Comment Picker - EasyComment

Instagram Comment Picker - EasyComment

An Instagram Comment Picker and Giveaways Tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "homepage_url": "https://easycomment.ai/",
  "default_locale": "en",
  "permissions": [
    "cookies",
    "tabs",
    "storage",
    "unlimitedStorage",
    "contextMenus"
  ],
  "host_permissions": [
    "*://*.instagram.com/*"
  ],
  "icons": {
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "add-button-script.js"
      ],
      "css": [],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": {
      "128": "icons/128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "*://*.instagram.com/*"
      ]
    }
  ],
  "version": "1.0.9",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}