Project Fib
This extensions detects fake news on your facebook news feed
Project Fib क्या है?
Project Fib NabanitaDe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extensions detects fake news on your facebook news feed"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Project Fib एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Project Fib |
ID | njfkbbdphllgkbdomopoiibhdkkohnbf |
आधिकारिक URL | https://chromewebstore.google.com/detail/project-fib/njfkbbdphllgkbdomopoiibhdkkohnbf |
विवरण | This extensions detects fake news on your facebook news feed |
फ़ाइल का आकार | 22.9 KB |
स्थापना संख्या | 585 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2017-02-15 |
प्रकाशन तिथि | 2017-02-13 |
रेटिंग | 2.27/5 कुल 11 रेटिंग्स |
डेवलपर | NabanitaDe |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://projectfib.azurewebsites.net/ |
समर्थित भाषाएँ | 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" ] } ] } |