News Guardian

Warns against fake news, satire, or questionable content across several sites.

News Guardianคืออะไร?

News Guardian เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://bytestemplar.com และคุณลักษณะหลักของมันคือ "Warns against fake news, satire, or questionable content across several sites."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย News Guardian ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Fake news, satire, and sites with questionable content are a serious problem on the internet. Even the most vigilant of users can mistakenly link to one of them without looking closer. 

With a database of hundreds of websites, News Guardian will draw attention to these articles in your Facebook news feed, Google search, and more, to warn you that an article might not be what it seems on the surface, or requires further investigation.

News Guardian does NOT censor content, nor does it apply labels. It merely adds a customizable tint to the background color of linked content to remind you to check the source.

Site list additions/discussion: https://github.com/Fortyseven/News-Guardian/issues

News Guardian is open source! Fork it at: https://github.com/Fortyseven/News-Guardian

(This extension is a streamlined successor to 'Gag Reflex'.)

What's new in 1.1.8: 
- Over a dozen new domains                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ News Guardian News Guardian
ID iinonikkakojeckpagjdodleifjdaeae
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/news-guardian/iinonikkakojeckpagjdodleifjdaeae
คำอธิบาย Warns against fake news, satire, or questionable content across several sites.
ขนาดไฟล์ 34.44 KB
จำนวนการติดตั้ง 100
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2017-09-15
วันที่เผยแพร่ 2017-09-15
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://bytestemplar.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Fortyseven/News-Guardian/
URL หน้าช่วยเหลือ https://github.com/Fortyseven/News-Guardian/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "News Guardian",
    "description": "Warns against fake news, satire, or questionable content across several sites.",
    "version": "1.1.8",
    "icons": {
        "16": "app\/assets\/icon_16.png",
        "48": "app\/assets\/icon_48.png",
        "128": "app\/assets\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "app\/assets\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.google.com\/search*",
                "*:\/\/*.reddit.com\/r\/*"
            ],
            "js": [
                "app\/vendor\/zepto.min.js",
                "app\/scripts.min.js",
                "app\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.google.com\/search*",
        "*:\/\/*.reddit.com\/r\/*"
    ],
    "options_ui": {
        "page": "app\/options.html",
        "chrome_style": true
    }
}