Fake News Detector with Pinocchio Alerts
Fact check plugin to detect fake news in articles you read. If it has been reported we will let you know
Fake News Detector with Pinocchio Alertsとは何ですか?
Fake News Detector with Pinocchio Alertsはhttps://pinocchioalerts.comによって開発されたChromeの拡張機能で、その主な機能は「Fact check plugin to detect fake news in articles you read. If it has been reported we will let you know」です。
拡張機能のスクリーンショット
Fake News Detector with Pinocchio Alerts拡張機能のCRXファイルをダウンロード
Fake News Detector with Pinocchio Alerts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pinocchio Alerts is an extension that warns you if the website you are reading has been reported as inaccurate (because of fake news related to that website). We think the world gets better when we all avoid spreading alternative facts! We work with several organizations to help stop the spread of bogus news. There is nothing wrong with questioning what we read. Please do your part by checking sources and helping your friends and family do the same. Hope you enjoy!
拡張機能の基本情報
名前 | |
ID | opdabcbeebkhbhoppdcmggdoahpjhdii |
公式URL | https://chrome.google.com/webstore/detail/fake-news-detector-with-p/opdabcbeebkhbhoppdcmggdoahpjhdii |
説明 | Fact check plugin to detect fake news in articles you read. If it has been reported we will let you know |
ファイルサイズ | 83.78 KB |
インストール数 | 134 |
現在のバージョン | 1.1 |
最終更新日 | 2017-07-28 |
公開日 | 2017-07-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://pinocchioalerts.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://pinocchioalerts.com/ |
プライバシーポリシーページのURL | https://pinocchioalerts.com/pino_privacypolicy.htm |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fake News Detector with Pinocchio Alerts", "description": "Fact check plugin to detect fake news in articles you read. If it has been reported we will let you know", "version": "1.1", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "author": "Diego Alvarez and Andres Vidal", "browser_action": { "default_icon": "pino_38.png", "default_popup": "popup.html", "default_title": "Click to check for Pinocchio Alerts!" }, "icons": { "128": "pino_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content_validator.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "notifications" ] } |