IgComment - IG Comments Export

IgComment - IG Comments Export

One-click Export Instagram Comments to Spreadsheet, Extracts email, phone, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_showName__",
  "description": "__MSG_showDes__",
  "version": "1.10.1",
  "manifest_version": 3,
  "default_locale": "en",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgTt1PobPhC/aBdqRQj1l/MNaRMgCt1Es21fmY/wt8X5gayFVKkSWlzpIG9qSVx801bQKUc0C4KIGkCewMXYFBEqnv1EaS07kMrmalmnOvjNf/jB4bKkZ2MAhaqHi+tHGHRvLA/srNOU7Vk+olAjcdp6iBCsEI/Fpw4/HHGfSc0wKUzR9ctf8FVq4TreqOOzra6h/eEOqKNYxRSuOTVAhakc22IWyVVnI9orUK/8KPud0DG2etcVM9fWb3UTqJR4uucDnnwS10fiC6EWSW8jskpaTZ0u3vwdq7OHVO7UAmvHccnAzVa5ly4qAXaZFJ3tQnMLun5jSxAENssGHw5uUBQIDAQAB",
  "homepage_url": "https://exportinstagramcomments.igfollowerexporttool.com",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/48.png"
  },
  "background": {
    "service_worker": "js/background.4e85722d.js",
    "type": "module"
  },
  "host_permissions": [
    "https://*.instagram.com/*"
  ],
  "permissions": [
    "storage",
    "cookies",
    "unlimitedStorage"
  ]
}