NotNews!

Indicates when you're on a website that's been flagged as a questionable news source, or about to go to one from your Facebook feed.

NotNews!คืออะไร?

NotNews! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sherahsmith.com และคุณลักษณะหลักของมันคือ "Indicates when you're on a website that's been flagged as a questionable news source, or about to go to one from your Facebook feed."

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

screenshot

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

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

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

                        This extension alerts you when you're on a news site that isn't deemed "real news" by Melissa Zimdars, assistant professor of communication & media at Merrimack College.  

The inspiration for this extension comes from her work 'False, Misleading, Clickbait-y, and Satirical “News” Sources'.

Update: the alert now also displays the reason for the site's categorization as "fake news" if one has been provided in Zimdars' research. 

Update 2: Added additional questionable source URLs as well as Facebook hover-over warnings, inspired by BSDetector.                    

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

ชื่อ NotNews! NotNews!
ID kkohmdcmgddjhcmdeojibcldfponodod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/notnews/kkohmdcmgddjhcmdeojibcldfponodod
คำอธิบาย Indicates when you're on a website that's been flagged as a questionable news source, or about to go to one from your Facebook feed.
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2016-11-18
วันที่เผยแพร่ 2016-11-17
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://sherahsmith.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NotNews!",
    "description": "Indicates when you're on a website that's been flagged as a questionable news source, or about to go to one from your Facebook feed.",
    "version": "1.3",
    "background": {
        "scripts": [
            "sitewarning.js",
            "blacklist.js",
            "bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "css\/hint.min.css",
                "inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "inject\/inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "notnews.png",
        "default_title": "Make questionable news more obvious"
    },
    "permissions": [
        "tabs",
        "https:\/\/ajax.googleapis.com\/"
    ]
}