BalancedView Firefox

Examine source code of BalancedView

Por: Fun88
Inspect and view changes in BalancedView source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BalancedView",
  "version": "1.0",
  "description": "Analyze news articles for potential bias and provide alternative viewpoints",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "BalancedView",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{370ed4e3-ac1a-4f4e-9527-81d86425581f}"
    }
  }
}

Mejores alternativas BalancedView

Aquí hay algunas Firefox add-ons que son similares a BalancedView: