Is It Fake News?
Check News Articles for Fake News
Is It Fake News?とは何ですか?
Is It Fake News?はhttps://isitfakenews.orgによって開発されたChromeの拡張機能で、その主な機能は「Check News Articles for Fake News」です。
拡張機能のスクリーンショット
Is It Fake News?拡張機能のCRXファイルをダウンロード
Is It Fake News?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Check if the news article you are reading is fake news or real journalism with the click of a button. Scoring is currently based on the legitimacy of the news source and the presence of similar articles from credible sources on the web.
拡張機能の基本情報
名前 | Is It Fake News? |
ID | pboabideillgiolkekbkopmbgkkblcnh |
公式URL | https://chromewebstore.google.com/detail/is-it-fake-news/pboabideillgiolkekbkopmbgkkblcnh |
説明 | Check News Articles for Fake News |
ファイルサイズ | 446 KB |
インストール数 | 59 |
現在のバージョン | 1.11 |
最終更新日 | 2020-06-02 |
公開日 | 2020-05-31 |
開発者 | https://isitfakenews.org |
支払い方法 | free |
拡張機能のウェブサイト | http://isitfakenews.org/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Is It Fake News?", "version": "1.11", "description": "Check News Articles for Fake News", "permissions": [ "declarativeContent", "tabs" ], "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "index.html", "default_icon": { "16": "images\/scales-blue-16.png", "32": "images\/scales-blue-32.png", "48": "images\/scales-blue-64.png", "128": "images\/scales-blue-128.png" } }, "icons": { "16": "images\/scales-blue-16.png", "32": "images\/scales-blue-32.png", "48": "images\/scales-blue-64.png", "128": "images\/scales-blue-128.png" } } |