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.
Apa itu Instant Snopes Checker (Unofficial)?
Instant Snopes Checker (Unofficial) adalah ekstensi Chrome yang dikembangkan oleh digitalbits, dan fitur utamanya adalah "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Instant Snopes Checker (Unofficial)
Unduh file ekstensi Instant Snopes Checker (Unofficial) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | bbddjfjhfnafgfncmlbenehgionllfno |
URL Resmi | https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno |
Deskripsi | Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com. |
Ukuran File | 13.9 KB |
Jumlah Instalasi | 587 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-11-23 |
Tanggal Publikasi | 2016-11-23 |
Penilaian | 3.40/5 Total 5 Penilaian |
Pengembang | digitalbits |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |