Project Fib
This extensions detects fake news on your facebook news feed
Qu'est-ce que Project Fib ?
Project Fib est une extension Chrome développée par NabanitaDe, et sa fonction principale est "This extensions detects fake news on your facebook news feed".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Project Fib
Téléchargez les fichiers d'extension Project Fib 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
FiB is a chrome extension for detecting Fake News on Facebook. When the user scrolls through their Facebook page, on the top right corner for every Facebook post, it would tag the news as verified and non-verified where non-verified is potentially fake news. It also works on twitter snapshots - checks if the user ever posted the tweet mentioned in that twitter snapshot, shared on Facebook or no. If the user did post that tweet, it marks the Facebook post as verified else non-verified. For pictures containing adult content as well, it would mark those posts as non-verified.
Informations de Base sur l'Extension
Nom | Project Fib |
ID | njfkbbdphllgkbdomopoiibhdkkohnbf |
URL Officiel | https://chromewebstore.google.com/detail/project-fib/njfkbbdphllgkbdomopoiibhdkkohnbf |
Description | This extensions detects fake news on your facebook news feed |
Taille du Fichier | 22.9 KB |
Nombre d'Installations | 585 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2017-02-15 |
Date de Publication | 2017-02-13 |
Évaluation | 2.27/5 Total 11 Évaluations |
Développeur | NabanitaDe |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://projectfib.azurewebsites.net/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Project Fib", "description": "This extensions detects fake news on your facebook news feed", "version": "0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "64": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "\/ladda\/ladda.css" ], "js": [ "myScript.js", "\/ladda\/ladda.js", "\/ladda\/spin.js" ] } ] } |