FakeNews

Determines the average political bias of a news source

Qu'est-ce que FakeNews ?

FakeNews est une extension Chrome développée par malcolmcraney, et sa fonction principale est "Determines the average political bias of a news source".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FakeNews

Téléchargez les fichiers d'extension FakeNews au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FakeNews FakeNews
ID lnnhldheeohibiajajkmjchepnaoikjb
URL Officiel https://chromewebstore.google.com/detail/fakenews/lnnhldheeohibiajajkmjchepnaoikjb
Description Determines the average political bias of a news source
Taille du Fichier 362 KB
Nombre d'Installations 40
Version Actuelle 1.5
Dernière Mise à Jour 2018-02-14
Date de Publication 2018-02-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur malcolmcraney
Type de Paiement free
Langues Prises en Charge 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"
    ]
}