Project Fib
This extensions detects fake news on your facebook news feed
¿Qué es Project Fib?
Project Fib es una extensión de Chrome desarrollada por NabanitaDe, y su función principal es "This extensions detects fake news on your facebook news feed".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Project Fib
Descarga archivos de extensión Project Fib 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
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.
Información Básica de la Extensión
Nombre | Project Fib |
ID | njfkbbdphllgkbdomopoiibhdkkohnbf |
URL Oficial | https://chromewebstore.google.com/detail/project-fib/njfkbbdphllgkbdomopoiibhdkkohnbf |
Descripción | This extensions detects fake news on your facebook news feed |
Tamaño del Archivo | 22.9 KB |
Cantidad de Instalaciones | 585 |
Versión Actual | 0.1 |
Última Actualización | 2017-02-15 |
Fecha de Publicación | 2017-02-13 |
Calificación | 2.27/5 Total de 11 Calificaciones |
Desarrollador | NabanitaDe |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://projectfib.azurewebsites.net/ |
Idiomas Soportados | 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" ] } ] } |