Know News
Dynamic fake news detection
Was ist Know News?
Know News ist eine Chrome-Erweiterung, die von https://mediamonitoringafrica.org entwickelt wurde, und ihr Hauptmerkmal ist "Dynamic fake news detection".
Erweiterungsscreenshots
Know News-Erweiterungs-CRX-Datei herunterladen
Laden Sie Know News-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
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.
Grundlegende Informationen zur Erweiterung
Name | Know News |
ID | bmlfbcipfpdohbhhlkibdiacikbpaofm |
Offizielle URL | https://chromewebstore.google.com/detail/know-news/bmlfbcipfpdohbhhlkibdiacikbpaofm |
Beschreibung | Dynamic fake news detection |
Dateigröße | 101 KB |
Installationsanzahl | 262 |
Aktuelle Version | 0.10.0 |
Letztes Update | 2022-09-23 |
Veröffentlichungsdatum | 2020-06-19 |
Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
Entwickler | https://mediamonitoringafrica.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://knownewsrealist.org |
Hilfeseite URL | http://knownewsrealist.org/KnowNews_Privacy_Policy_August2019.pdf |
URL der Datenschutzrichtlinien-Seite | http://knownewsrealist.org/KnowNews_Privacy_Policy_August2019.pdf |
Unterstützte Sprachen | 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:\/\/*\/", " |