Instant Snopes Checker (Unofficial)
Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.
Instant Snopes Checker (Unofficial)คืออะไร?
Instant Snopes Checker (Unofficial) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย digitalbits และคุณลักษณะหลักของมันคือ "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant Snopes Checker (Unofficial)
ดาวน์โหลดไฟล์ส่วนขยาย Instant Snopes Checker (Unofficial) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Don't be tricked by fake news, hoaxes, scams or myths. Quick, simple way to check to see if the current page title keywords are referenced on Snopes.com. Page title alone may not provide accurate search results, however existing debunked articles on Snopes.com did include page title keywords. I hope to build this out further to detect items on the current page that may already exist on Snopes.com and other fact checking websites.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bbddjfjhfnafgfncmlbenehgionllfno |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno |
คำอธิบาย | Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com. |
ขนาดไฟล์ | 13.9 KB |
จำนวนการติดตั้ง | 587 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-11-23 |
วันที่เผยแพร่ | 2016-11-23 |
คะแนน | 3.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | digitalbits |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Snopes Checker (Unofficial)", "version": "1.0", "description": "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "snopes_icon.png" }, "icons": { "96": "snopes_icon.png" }, "background": { "scripts": [ "snopes-checker.js" ] } } |