Biased News Boycotter

Automatically replaces all links to biased news sites with archive links

Apa itu Biased News Boycotter?

Biased News Boycotter adalah ekstensi Chrome yang dikembangkan oleh RiceMerchant, dan fitur utamanya adalah "Automatically replaces all links to biased news sites with archive links".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Biased News Boycotter

Unduh file ekstensi Biased News Boycotter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Biased News Boycotter Biased News Boycotter
ID cdcdbkamgfoecfogbikdpfaadadjhhaj
URL Resmi https://chromewebstore.google.com/detail/biased-news-boycotter/cdcdbkamgfoecfogbikdpfaadadjhhaj
Deskripsi Automatically replaces all links to biased news sites with archive links
Ukuran File 45.95 KB
Jumlah Instalasi 359
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2017-03-01
Tanggal Publikasi 2017-03-01
Penilaian 4.92/5 Total 12 Penilaian
Pengembang RiceMerchant
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}