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!是由https://sherahsmith.com開發的Chrome擴展程式,該擴展的主要功能是“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!擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | kkohmdcmgddjhcmdeojibcldfponodod |
| 官方網址 | 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\/"
]
} | |