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.

Hvad er Instant Snopes Checker (Unofficial)?

Instant Snopes Checker (Unofficial) er en Chrome-udvidelse udviklet af digitalbits, og dens hovedfunktion er "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Instant Snopes Checker (Unofficial)-udvidelses-CRX-fil

Download Instant Snopes Checker (Unofficial)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Instant Snopes Checker (Unofficial) Instant Snopes Checker (Unofficial)
ID bbddjfjhfnafgfncmlbenehgionllfno
Officiel URL https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno
Beskrivelse Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.
Filstørrelse 13.9 KB
Antal Installationer 587
Nuværende Version 1.0
Senest Opdateret 2016-11-23
Udgivelsesdato 2016-11-23
Bedømmelse 3.40/5 Samlet 5 Bedømmelser
Udvikler digitalbits
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}