IGHashtag - Export Instagram Hashtags

IGHashtag - Export Instagram Hashtags

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

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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://chrome.google.com/webstore/detail/pofnjkonnflknjidbbnmnbloboleaamo",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjimdDtbipkMdAfjRwov5CTu2bnmmrC0snvCk9jAEK50h1U4FLHGoXwRPcx6x6zx1112uWtL5SkAqMoVf/W9ipQFB1BJc5vWAj/jON9Ipbo02JlDp5ebnk5xZEqyEo5yMR8nfWJMoO5R9dqAZDYeAhbiv9hu7W+/9WTaThY+MNrrnbOxE7winRLbuY5QEU/YCddoPzIkqYS1yVyEO4aTjRnOPMGwRemRT4SMOxzI9ml1wu3mNN691skXpu+PpL77F35EiLf4cFvyrCWrun+aMMaw6r+N30JDWNOTY1FFSpif5vNdR0YzE8AY7HJt1qUoda6reazKgKokm9B+69WBRlQIDAQAB",
  "oauth2": {
    "client_id": "980071581130-bau9bdcdehburbuioqmsvrm0qh2m69ak.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "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"
  }
}