Fake News Detector
Detect fake news in the online jungle.
Fake News Detectorคืออะไร?
Fake News Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.nullcod.com และคุณลักษณะหลักของมันคือ "Detect fake news in the online jungle."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fake News Detector
ดาวน์โหลดไฟล์ส่วนขยาย Fake News Detector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fake News Detector allow us to find the credibility of news we read online. Every day a lot of news popping up in our online jungle, Fake News Detector provides us a way to find genuineness of these news based on user ratings. Users can flag a news as real, fake or don't care. We will collect this information and notify the readers whether the news they are reading is real or not. How to use this extension. If you want to flag a news as fake or real when you are reading it in chrome, click on the Fake News Detector icon in chrome tool bar, it will popup a box where you can flag the news as real, fake or don't care. You can also see other users ratings for that particular news.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bienanbbogpilbimmgkkiodifokgohjf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fake-news-detector/bienanbbogpilbimmgkkiodifokgohjf |
คำอธิบาย | Detect fake news in the online jungle. |
ขนาดไฟล์ | 43.42 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2014-07-30 |
วันที่เผยแพร่ | 2014-07-30 |
คะแนน | 1.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://www.nullcod.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fake News Detector", "short_name": "fake_news_detector", "description": "Detect fake news in the online jungle.", "version": "1.2", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.nullcod.com\/faki\/survey.php", "tabs" ] } |