Fake News Detector with Pinocchio Alerts
Fact check plugin to detect fake news in articles you read. If it has been reported we will let you know
Fake News Detector with Pinocchio Alertsคืออะไร?
Fake News Detector with Pinocchio Alerts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pinocchioalerts.com และคุณลักษณะหลักของมันคือ "Fact check plugin to detect fake news in articles you read. If it has been reported we will let you know"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fake News Detector with Pinocchio Alerts
ดาวน์โหลดไฟล์ส่วนขยาย Fake News Detector with Pinocchio Alerts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pinocchio Alerts is an extension that warns you if the website you are reading has been reported as inaccurate (because of fake news related to that website). We think the world gets better when we all avoid spreading alternative facts! We work with several organizations to help stop the spread of bogus news. There is nothing wrong with questioning what we read. Please do your part by checking sources and helping your friends and family do the same. Hope you enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | opdabcbeebkhbhoppdcmggdoahpjhdii |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fake-news-detector-with-p/opdabcbeebkhbhoppdcmggdoahpjhdii |
คำอธิบาย | Fact check plugin to detect fake news in articles you read. If it has been reported we will let you know |
ขนาดไฟล์ | 83.78 KB |
จำนวนการติดตั้ง | 134 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-07-28 |
วันที่เผยแพร่ | 2017-07-28 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://pinocchioalerts.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://pinocchioalerts.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://pinocchioalerts.com/pino_privacypolicy.htm |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fake News Detector with Pinocchio Alerts", "description": "Fact check plugin to detect fake news in articles you read. If it has been reported we will let you know", "version": "1.1", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "author": "Diego Alvarez and Andres Vidal", "browser_action": { "default_icon": "pino_38.png", "default_popup": "popup.html", "default_title": "Click to check for Pinocchio Alerts!" }, "icons": { "128": "pino_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content_validator.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "notifications" ] } |