Examine source code of Unfollowers for Instagram

Inspect and view changes in Unfollowers for Instagram 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
{
  "name": "Unfollowers for Instagram",
  "description": "Check who unfollowed and don't follow you back on Instagram.",
  "version": "3.0",
  "manifest_version": 3,
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "action": {
    "default_popup": "src/popup.html"
  },
  "host_permissions": [
    "*://*.instagram.com/**",
    "*://*.cdninstagram.com/**",
    "*://*.fbcdn.net/**"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "cookies"
  ],
  "background": {
    "service_worker": "src/background/background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}