Biased News Boycotter

Automatically replaces all links to biased news sites with archive links

什麼是Biased News Boycotter?

Biased News Boycotter是由RiceMerchant開發的Chrome擴展程式,該擴展的主要功能是“Automatically replaces all links to biased news sites with archive links”。

擴展截圖

screenshot

下載Biased News Boycotter擴展crx文件

下載Biased News Boycotter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Biased News Boycotter Biased News Boycotter
ID cdcdbkamgfoecfogbikdpfaadadjhhaj
官方網址 https://chromewebstore.google.com/detail/biased-news-boycotter/cdcdbkamgfoecfogbikdpfaadadjhhaj
簡介 Automatically replaces all links to biased news sites with archive links
檔案大小 45.95 KB
安裝次數 359
目前版本 1.0.2
更新時間 2017-03-01
上架時間 2017-03-01
評分 4.92/5 共 12 次評分
開發者 RiceMerchant
付費類型 free
支援的語言 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
        }
    ]
}