Project Fib
This extensions detects fake news on your facebook news feed
Project Fibคืออะไร?
Project Fib เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NabanitaDe และคุณลักษณะหลักของมันคือ "This extensions detects fake news on your facebook news feed"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Project Fib
ดาวน์โหลดไฟล์ส่วนขยาย Project Fib ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |