Export Comments for Instagram

Export Comments for Instagram

Export Comments from Instagram Post to CSV or Text File

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Export Comments for Instagram",
  "version": "1.0.2",
  "description": "Export Comments from Instagram Post to CSV or Text File",
  "icons": {
    "128": "icon/icon.png"
  },
  "action": {
    "default_icon": "icon/icon.png",
    "default_popup": "popup.html",
    "default_title": "Export Comments for Instagram"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "options_page": "dashboard.html",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "permissions": [
    "storage",
    "cookies",
    "alarms"
  ],
  "host_permissions": [
    "https://us-central1-bext-aesuhaendi.cloudfunctions.net/*",
    "*://*.instagram.com/*"
  ],
  "web_accessible_resources": [
    {
      "use_dynamic_url": true,
      "resources": [
        "js/wasm.wasm",
        "js/wasm.js",
        "assets/*"
      ],
      "matches": []
    }
  ]
}