Biased News Boycotter

Automatically replaces all links to biased news sites with archive links

Wat is Biased News Boycotter?

Biased News Boycotter is een Chrome-extensie ontwikkeld door RiceMerchant, en de belangrijkste functie is "Automatically replaces all links to biased news sites with archive links".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Biased News Boycotter

Download Biased News Boycotter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Biased News Boycotter Biased News Boycotter
ID cdcdbkamgfoecfogbikdpfaadadjhhaj
Officiële URL https://chromewebstore.google.com/detail/biased-news-boycotter/cdcdbkamgfoecfogbikdpfaadadjhhaj
Beschrijving Automatically replaces all links to biased news sites with archive links
Bestandsgrootte 45.95 KB
Aantal Installaties 359
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-03-01
Publicatiedatum 2017-03-01
Beoordeling 4.92/5 Totaal 12 Beoordelingen
Ontwikkelaar RiceMerchant
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}