Biased News Boycotter

Automatically replaces all links to biased news sites with archive links

Cos'è Biased News Boycotter?

Biased News Boycotter è un'estensione di Chrome sviluppata da RiceMerchant, e la sua funzione principale è "Automatically replaces all links to biased news sites with archive links".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Biased News Boycotter

Scarica i file di estensione Biased News Boycotter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Biased News Boycotter Biased News Boycotter
ID cdcdbkamgfoecfogbikdpfaadadjhhaj
URL Ufficiale https://chromewebstore.google.com/detail/biased-news-boycotter/cdcdbkamgfoecfogbikdpfaadadjhhaj
Descrizione Automatically replaces all links to biased news sites with archive links
Dimensione del File 45.95 KB
Conteggio Installazioni 359
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-03-01
Data di Pubblicazione 2017-03-01
Valutazione 4.92/5 Totale 12 Valutazioni
Sviluppatore RiceMerchant
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}