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.

Wat is Instant Snopes Checker (Unofficial)?

Instant Snopes Checker (Unofficial) is een Chrome-extensie ontwikkeld door digitalbits, en de belangrijkste functie is "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Instant Snopes Checker (Unofficial)

Download Instant Snopes Checker (Unofficial)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Instant Snopes Checker (Unofficial) Instant Snopes Checker (Unofficial)
ID bbddjfjhfnafgfncmlbenehgionllfno
Officiële URL https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno
Beschrijving Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.
Bestandsgrootte 13.9 KB
Aantal Installaties 587
Huidige Versie 1.0
Laatst Bijgewerkt 2016-11-23
Publicatiedatum 2016-11-23
Beoordeling 3.40/5 Totaal 5 Beoordelingen
Ontwikkelaar digitalbits
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}