Ins Tools - Ins Follower Export Tool

Ins Tools - Ins Follower Export Tool

Ins Tools - Ins Follower Export Tool can Export Ins followers and following to Excel/CSV formats, up to 50K followers and following.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/logo_128.png"
    }
  },
  "default_locale": "en",
  "description": "__MSG_extDes__",
  "icons": {
    "128": "icons/logo_128.png"
  },
  "options_page": "./options.html",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.linkedradar.com/*"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "version": "1.2.10",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}