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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } } |