IGHashtag - Export Instagram Hashtags

IGHashtag - Export Instagram Hashtags

A smart tool to scrape hashtags from Instagram and export to CSV with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "IGHashtag - Export Instagram Hashtags",
  "description": "A smart tool to scrape hashtags from Instagram and export to CSV with one click.",
  "version": "1.6.0",
  "homepage_url": "https://ighashtag.converts.cc",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "manifest_version": 3,
  "oauth2": {
    "client_id": "980071581130-bau9bdcdehburbuioqmsvrm0qh2m69ak.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ],
    "web_client_id": "980071581130-b7eckqkt3ito93qngqsog8s7t7m0bmj5.apps.googleusercontent.com"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "icons": {
    "16": "public/lib/icons/16.png",
    "32": "public/lib/icons/32.png",
    "48": "public/lib/icons/48.png",
    "128": "public/lib/icons/128.png"
  },
  "permissions": [
    "storage",
    "cookies",
    "identity"
  ],
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.converts.cc/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_popup": "popup.html"
  }
}