Bias Bot Firefox

Examine source code of Bias Bot

Inspect and view changes in Bias Bot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bias Bot",
  "version": "1.14.0",
  "description": "Analyzes article bias using AI. IMPORTANT: This extension collects URLs and article content when you click 'Bias Check' and sends them to third-party services (Cloudflare Worker, Heroku/Firestore) for analysis and caching. You must consent to data collection on first use. See privacy policy for details.",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/logo16.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "management",
    "<all_urls>",
    "https://biasmeter.joe20joe.workers.dev/*",
    "https://upper-keener-26389-9c2753312161.herokuapp.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bias-bot@gmail.com",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent"
        ]
      }
    }
  }
}

Best Bias Bot Alternatives

Here are some Firefox add-ons that are similar to Bias Bot: