khabardar
Khabardar is a chrome extension that warns against unreliable news websites.
Qu'est-ce que khabardar ?
khabardar est une extension Chrome développée par Parewa Labs, et sa fonction principale est "Khabardar is a chrome extension that warns against unreliable news websites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension khabardar
Téléchargez les fichiers d'extension khabardar 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
There are many websites that are spreading fake news, rumours and false information in order to gain visitors and earn money. Viewing these websites is dangerous for you because they don't tell the real story. Khabardar maintains an extensive database of such websites, researched by our team that is working day and night to make sure that such unreliable websites don't ruin the hard work of a few genuine news sources that do proper research. Installing and using Khabardar doesn’t slow your browser, it’s easy to use and free If you land on a site that has a reputation for spreading false information, Khabardar shows you a warning. Khabardar guides you, but the final decision is yours: you can still view the contents of the website and hide the warning.
Informations de Base sur l'Extension
Nom | khabardar |
ID | gkjfjhoggjmlbdocpfgfbpaifmdegjim |
URL Officiel | https://chromewebstore.google.com/detail/khabardar/gkjfjhoggjmlbdocpfgfbpaifmdegjim |
Description | Khabardar is a chrome extension that warns against unreliable news websites. |
Taille du Fichier | 15.9 KB |
Nombre d'Installations | 11 |
Version Actuelle | 0.21 |
Dernière Mise à Jour | 2015-11-24 |
Date de Publication | 2015-11-24 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Parewa Labs |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "khabardar128.png", "default_title": "Khabardar settings", "default_popup": "settings.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "content_script.js" ], "css": [ "content_script.css" ] } ], "description": "Khabardar is a chrome extension that warns against unreliable news websites.", "manifest_version": 2, "name": "khabardar", "permissions": [ "activeTab", "storage", "http:\/\/parewalabs.com:5000\/reputation" ], "version": "0.21" } |