Know News

Dynamic fake news detection

Cos'è Know News?

Know News è un'estensione di Chrome sviluppata da https://mediamonitoringafrica.org, e la sua funzione principale è "Dynamic fake news detection".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Know News

Scarica i file di estensione Know News in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Know News Know News
ID bmlfbcipfpdohbhhlkibdiacikbpaofm
URL Ufficiale https://chromewebstore.google.com/detail/know-news/bmlfbcipfpdohbhhlkibdiacikbpaofm
Descrizione Dynamic fake news detection
Dimensione del File 101 KB
Conteggio Installazioni 262
Versione Corrente 0.10.0
Ultimo Aggiornamento 2022-09-23
Data di Pubblicazione 2020-06-19
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://mediamonitoringafrica.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://knownewsrealist.org
URL della Pagina di Aiuto http://knownewsrealist.org/KnowNews_Privacy_Policy_August2019.pdf
URL della Pagina della Politica sulla Privacy http://knownewsrealist.org/KnowNews_Privacy_Policy_August2019.pdf
Lingue Supportate 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"
    ]
}