IGCommentExport - extract comments to excel

IGCommentExport - extract comments to excel

Export Instagram Post / Reel / Video Comments in one click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "cookies",
    "storage",
    "identity"
  ],
  "host_permissions": [
    "*://*.instagram.com/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "oauth2": {
    "client_id": "628184170891-peapes9cq3rcmv6q8r5c5ni7clso08d4.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv6OygX4vlE+3nTWPpBlRzT2AJsTmyPfEUlcufKIqe+FShxjVLA49UA9QS4g5CCpR3LvLSzKYskArPFACAt1QzalDhYcbnTFpvXAjAoFKqF48IEveLSk+5O/AupjC6lmUe+UJ+QZKr1WaeJCagHJT1HMxHzV4N5fXQSBUPCnlV1PVkFXgPhibnUG1HDP5pBcLPWN/zH9Z2CovQO2wXFjABvFlp2/BaEbZLcVnDRLM5oHOAyZHu9htZY5VoP1b5oalWRRz5BPizDoTqB55/c9ri40tvi99wsH4VAU+X/rYzXli3BaSrdmFYAYP71GK4aDy/2eeccV4lVCI0aFpKxnMhQIDAQAB",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "extension_ids": [
        "flkdkobpmfbeoljfhbllgihnpdegkkpp"
      ]
    }
  ],
  "version": "1.1.7"
}