FakeNews
Determines the average political bias of a news source
What is FakeNews?
FakeNews is a Chrome extension developed by malcolmcraney, and its main feature is "Determines the average political bias of a news source".
Extension Screenshots
Download FakeNews Extension CRX File
Download FakeNews extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | FakeNews |
ID | lnnhldheeohibiajajkmjchepnaoikjb |
Official URL | https://chromewebstore.google.com/detail/fakenews/lnnhldheeohibiajajkmjchepnaoikjb |
Description | Determines the average political bias of a news source |
File Size | 362 KB |
Installation Count | 40 |
Current Version | 1.5 |
Last Updated | 2018-02-14 |
Publish Date | 2018-02-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | malcolmcraney |
Payment Type | free |
Supported Languages | 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" ] } |