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! là gì?

NotNews! là một tiện ích mở rộng Chrome được phát triển bởi https://sherahsmith.com, và tính năng chính của nó là "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.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NotNews!

Tải xuống các tệp mở rộng NotNews! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NotNews! NotNews!
ID kkohmdcmgddjhcmdeojibcldfponodod
URL Chính Thức https://chromewebstore.google.com/detail/notnews/kkohmdcmgddjhcmdeojibcldfponodod
Mô tả 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.
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2016-11-18
Ngày Phát Hành 2016-11-17
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://sherahsmith.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}