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) digitalbits द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instant Snopes Checker (Unofficial) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } } |