FakeNews

Determines the average political bias of a news source

Was ist FakeNews?

FakeNews ist eine Chrome-Erweiterung, die von malcolmcraney entwickelt wurde, und ihr Hauptmerkmal ist "Determines the average political bias of a news source".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

FakeNews-Erweiterungs-CRX-Datei herunterladen

Laden Sie FakeNews-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name FakeNews FakeNews
ID lnnhldheeohibiajajkmjchepnaoikjb
Offizielle URL https://chromewebstore.google.com/detail/fakenews/lnnhldheeohibiajajkmjchepnaoikjb
Beschreibung Determines the average political bias of a news source
Dateigröße 362 KB
Installationsanzahl 40
Aktuelle Version 1.5
Letztes Update 2018-02-14
Veröffentlichungsdatum 2018-02-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler malcolmcraney
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}