X Unfollow - Mass bulk twitter unfollow Firefox

Examine source code of X Unfollow - Mass bulk twitter unfollow

By: Arnas
Inspect and view changes in X Unfollow - Mass bulk twitter unfollow source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "X Unfollow",
  "version": "1.0.0",
  "description": "Identify and unfollow non-followers on X",
  "browser_specific_settings": {
    "gecko": {
      "id": "x-unfollow@prodigeris",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "webRequest",
    "storage",
    "tabs",
    "cookies",
    "*://*.x.com/*",
    "*://*.twitter.com/*"
  ],
  "background": {
    "scripts": [
      "lib/storage.js",
      "lib/api.js",
      "lib/scanner.js",
      "lib/unfollower.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "X Unfollow"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' data: https://pbs.twimg.com https://abs.twimg.com;",
  "content_scripts": [
    {
      "matches": [
        "*://*.x.com/*",
        "*://*.twitter.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

Best X Unfollow - Mass bulk twitter unfollow Alternatives

Here are some Firefox add-ons that are similar to X Unfollow - Mass bulk twitter unfollow: