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.

Co to jest Instant Snopes Checker (Unofficial)?

Instant Snopes Checker (Unofficial) to rozszerzenie Chrome opracowane przez digitalbits, a jego główną funkcją jest „Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Instant Snopes Checker (Unofficial)

Pobierz pliki rozszerzeń Instant Snopes Checker (Unofficial) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Instant Snopes Checker (Unofficial) Instant Snopes Checker (Unofficial)
ID bbddjfjhfnafgfncmlbenehgionllfno
Oficjalny URL https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno
Opis Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.
Rozmiar pliku 13.9 KB
Liczba instalacji 587
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-11-23
Data Publikacji 2016-11-23
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper digitalbits
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}