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 |
| 公式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 |
| Eメール | [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\/"
]
} | |