Biased News Boycotter

Automatically replaces all links to biased news sites with archive links

Biased News Boycotterคืออะไร?

Biased News Boycotter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RiceMerchant และคุณลักษณะหลักของมันคือ "Automatically replaces all links to biased news sites with archive links"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Biased News Boycotter

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
        }
    ]
}