Examine source code of InFollow - Follower, Following Export Tool

Inspect and view changes in InFollow - Follower, Following Export Tool source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.e21d245f.png",
    "32": "icon32.plasmo.8f91456a.png",
    "48": "icon48.plasmo.7a3aedc3.png",
    "64": "icon64.plasmo.d7183597.png",
    "128": "icon128.plasmo.5d6429ff.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.e21d245f.png",
      "32": "icon32.plasmo.8f91456a.png",
      "48": "icon48.plasmo.7a3aedc3.png",
      "64": "icon64.plasmo.d7183597.png",
      "128": "icon128.plasmo.5d6429ff.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.7.12",
  "author": "PingApps",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "background": {
    "service_worker": "background.a8902985.js"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "cookies"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "task.c8f00185.js"
      ],
      "css": [
        "font.1380c200.css"
      ]
    }
  ],
  "default_locale": "en",
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.pingapps.top/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "resources": [
        "Inter-Regular.6a2fcd85.woff2",
        "Inter-Bold.e6730a0b.woff2",
        "task.87e19f58.png",
        "task.4ec2111b.png"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}