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.

What is Instant Snopes Checker (Unofficial)?

Instant Snopes Checker (Unofficial) is a Chrome extension developed by digitalbits, and its main feature is "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.".

Extension Screenshots

screenshot
screenshot

Download Instant Snopes Checker (Unofficial) Extension CRX File

Download Instant Snopes Checker (Unofficial) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Instant Snopes Checker (Unofficial) Instant Snopes Checker (Unofficial)
ID bbddjfjhfnafgfncmlbenehgionllfno
Official URL https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno
Description Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.
File Size 13.9 KB
Installation Count 587
Current Version 1.0
Last Updated 2016-11-23
Publish Date 2016-11-23
Rating 3.40/5 Total 5 Ratings
Developer digitalbits
Payment Type free
Supported Languages 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"
        ]
    }
}