InsTF - Instagram follower & unfollower tracker

InsTF - Instagram follower & unfollower tracker

Analyze your IG followers to identify and unfollow those who do not follow you back.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "InsTF - Instagram follower & unfollower tracker",
  "version": "3.1.2",
  "description": "Analyze your IG followers to identify and unfollow those who do not follow you back.",
  "action": {
    "default_icon": "./assets/icon-128.png",
    "default_popup": "./dist/popup/index.html"
  },
  "options_ui": {
    "page": "./dist/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "./dist/background/index.mjs"
  },
  "icons": {
    "16": "./assets/icon-16.png",
    "48": "./assets/icon-48.png",
    "128": "./assets/icon-128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://*.instagram.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.instagram.com/*"
      ],
      "js": [
        "dist/contentScripts/index.global.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/contentScripts/style.css",
        "assets/*"
      ],
      "matches": [
        "*://*.instagram.com/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAga8R0maH/qvRIvQ68z+AoXT03i68Boezn2vMFw0AAL4j+4Sx2/bM16k2eoSs/gIWPU3GNm+8UQcSLjDCVTFbu2Nx9COYVujFiHoT4+RlWOd7Shlay/hGd7tYvdfu545zLPlJQvtS+RbNaLBpMM5wAku2ECxTFXynFSCZTkeaubjn3pjmC3DQw2Cv7OxSIOzV/vSrzZUFHmE8w/5OSO39Gigh1Ki7bCCjVOrk+coFanAna5DYtQmuA++B9ikVTcdNfel7EgVY1ze7eQm+R24BphYdHA73AF1F3b8/TKeVciBgtf6BnQhUUzwTy51H9ptEuOfnjgFG+MG2CYsSD2qlEQIDAQAB"
}