What's True Online?
Fact-check the Internet
Qu'est-ce que What's True Online? ?
What's True Online? est une extension Chrome développée par https://whatstrue.online, et sa fonction principale est "Fact-check the Internet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension What's True Online?
Téléchargez les fichiers d'extension What's True Online? 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
See if what you're reading is true! This plugin will check stories in your Facebook feed, and inject [True] for stories that have been fact-checked and found to be true, [Likely True] for sites that demonstrate a clear duty to the truth, [Likely False] for sites that are known to lie, etc. More: https://whatstrue.online/about
Informations de Base sur l'Extension
Nom | What's True Online? |
ID | limdakdhlgbfpefnajkeedhakljnihif |
URL Officiel | https://chromewebstore.google.com/detail/whats-true-online/limdakdhlgbfpefnajkeedhakljnihif |
Description | Fact-check the Internet |
Taille du Fichier | 42.34 KB |
Nombre d'Installations | 62 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2017-02-16 |
Date de Publication | 2017-02-16 |
Développeur | https://whatstrue.online |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "What's True Online?", "description": "Fact-check the Internet", "version": "1.0.4", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/www.facebook.com\/", "https:\/\/whatstrue.online\/url\/check" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "facebook.css" ], "js": [ "facebook.js" ] } ], "browser_action": { "default_icon": "buttonword.png", "default_popup": "popup.html" }, "background": { "scripts": [ "whatstrue.js" ], "persistent": false } } |