IGLikesDownload - Export Instagram Likes Tool

IGLikesDownload - Export Instagram Likes Tool

Export Instagram likes list with user profile to CSV and Excel with 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-3e7fofl7ga7f3rrrj3nldicnf0cemeql.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwiBhNbyva08qxr2itnP5OQzg6pqX3avkwM9MPVeWPyJOleak/vAsl1j9XgxB+oH7nbOuCzeHTrg+yuNiQPeDhmDbLKtUARUB6jJffbiHLEzFCuTXOVgkYUots2pVkr01xofaW0UALhMesL5v8gmLV7TqpgMrkzikdUudPh3D1xomM+cFzmDM6X2t4R7K1N86kdvLQCDHHGeauAISRPbvt3/Wk2XgBiBp7x1UWSkbvVBl1jDVvtbev6s6CvrCy4D+P0yk7cEhNJNtcJIWMHmS0vl7RzeZD1kExTjEU84qBALf1KNzoEtyxRYn2m2hkiorygWV/miWLJY1+5zUVgV41wIDAQAB",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "extension_ids": [
        "gdencgmhoobfdlpnnncfljmfbbkplpda"
      ]
    }
  ],
  "version": "1.1.2"
}