Comment Generator for IG

Comment Generator for IG

Engage without burning out: Add Comment Generator for Instagram to your engagement strategy and write genuine comments with ease.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Comment Generator for IG",
  "short_name": "Comment Generator",
  "description": "Engage without burning out: Add Comment Generator for Instagram to your engagement strategy and write genuine comments with ease.",
  "version": "1.5.10",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "js": [
        "ExtPay.js"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "popup.css"
      ],
      "matches": [
        "https://*.instagram.com/*",
        "https://*.threads.net/*"
      ],
      "js": [
        "ExtPay.js",
        "highlight.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ]
}