Know News

Dynamic fake news detection

¿Qué es Know News?

Know News es una extensión de Chrome desarrollada por https://mediamonitoringafrica.org, y su función principal es "Dynamic fake news detection".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Know News

Descarga archivos de extensión Know News en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Know News Know News
ID bmlfbcipfpdohbhhlkibdiacikbpaofm
URL Oficial https://chromewebstore.google.com/detail/know-news/bmlfbcipfpdohbhhlkibdiacikbpaofm
Descripción Dynamic fake news detection
Tamaño del Archivo 101 KB
Cantidad de Instalaciones 262
Versión Actual 0.10.0
Última Actualización 2022-09-23
Fecha de Publicación 2020-06-19
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador https://mediamonitoringafrica.org
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://knownewsrealist.org
URL de la Página de Ayuda http://knownewsrealist.org/KnowNews_Privacy_Policy_August2019.pdf
URL de la Página de Política de Privacidad http://knownewsrealist.org/KnowNews_Privacy_Policy_August2019.pdf
Idiomas Soportados 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"
    ]
}