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" ] } |