Know News

Dynamic fake news detection

Qu'est-ce que Know News ?

Know News est une extension Chrome développée par https://mediamonitoringafrica.org, et sa fonction principale est "Dynamic fake news detection".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Know News

Téléchargez les fichiers d'extension Know News 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

                        Easily see if a news site offers credible news or should not be trusted and is un-credbile/dodgy. If you care about sharing news that is credible download and use this extension to help you identify if the site you are browsing contains credible news or un-credible/dodgy news. We apply set criteria to determine if a news site is credible or not. /assist us by identifying more credible sites but also hep us spot the ones that are un-credible/dodgy so we can alert others. Developed by Media Monitoring Africa, an independent non-profit organisation that promotes media freedom, media quality, and ethical journalism.                    

Informations de Base sur l'Extension

Nom Know News Know News
ID bmlfbcipfpdohbhhlkibdiacikbpaofm
URL Officiel https://chromewebstore.google.com/detail/know-news/bmlfbcipfpdohbhhlkibdiacikbpaofm
Description Dynamic fake news detection
Taille du Fichier 101 KB
Nombre d'Installations 262
Version Actuelle 0.10.0
Dernière Mise à Jour 2022-09-23
Date de Publication 2020-06-19
Évaluation 4.33/5 Total 6 Évaluations
Développeur https://mediamonitoringafrica.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://knownewsrealist.org
URL de la Page d'Aide http://knownewsrealist.org/KnowNews_Privacy_Policy_August2019.pdf
URL de la Page de Politique de Confidentialité http://knownewsrealist.org/KnowNews_Privacy_Policy_August2019.pdf
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.10.0",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "pages\/popup.html",
        "default_title": "KnowNews"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        ""
    ],
    "optional_permissions": [
        "notifications",
        "storage"
    ]
}