FakeNews
Determines the average political bias of a news source
FakeNewsとは何ですか?
FakeNewsはmalcolmcraneyによって開発されたChromeの拡張機能で、その主な機能は「Determines the average political bias of a news source」です。
拡張機能のスクリーンショット
FakeNews拡張機能のCRXファイルをダウンロード
FakeNews拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
In a time where a majority of people are receiving their news and information from the internet, it is important to examine the many sources you are receiving your information from. This extension provides users with an objective look into the political bias of numerous news sources, so you can really look at where you're getting your information from. If you're linked to an article from Facebook, Reddit, or another Social Media site; simply use FakeNews to learn more about the possible political bias of any unfamiliar sources.
拡張機能の基本情報
名前 | FakeNews |
ID | lnnhldheeohibiajajkmjchepnaoikjb |
公式URL | https://chromewebstore.google.com/detail/fakenews/lnnhldheeohibiajajkmjchepnaoikjb |
説明 | Determines the average political bias of a news source |
ファイルサイズ | 362 KB |
インストール数 | 40 |
現在のバージョン | 1.5 |
最終更新日 | 2018-02-14 |
公開日 | 2018-02-14 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | malcolmcraney |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FakeNews", "description": "Determines the average political bias of a news source", "version": "1.5", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "FakeNews" }, "author": "Malcolm Craney", "permissions": [ "activeTab" ] } |