Biased News Boycotter

Automatically replaces all links to biased news sites with archive links

What is Biased News Boycotter?

Biased News Boycotter is a Chrome extension developed by RiceMerchant, and its main feature is "Automatically replaces all links to biased news sites with archive links".

Extension Screenshots

screenshot

Download Biased News Boycotter Extension CRX File

Download Biased News Boycotter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Stop clicking fake/biased news.
Stop rewarding fake/biased news sites with ad revenue.

This extension will replace all links to them with archive links.                    

Extension Basic Information

Name Biased News Boycotter Biased News Boycotter
ID cdcdbkamgfoecfogbikdpfaadadjhhaj
Official URL https://chromewebstore.google.com/detail/biased-news-boycotter/cdcdbkamgfoecfogbikdpfaadadjhhaj
Description Automatically replaces all links to biased news sites with archive links
File Size 45.95 KB
Installation Count 359
Current Version 1.0.2
Last Updated 2017-03-01
Publish Date 2017-03-01
Rating 4.92/5 Total 12 Ratings
Developer RiceMerchant
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Biased News Boycotter",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Automatically replaces all links to biased news sites with archive links",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/left.js",
                "js\/right.js",
                "js\/util.js",
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}