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) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον digitalbits, και η κύρια λειτουργία του είναι "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Instant Snopes Checker (Unofficial)

Λήψη αρχείων επέκτασης Instant Snopes Checker (Unofficial) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Instant Snopes Checker (Unofficial) Instant Snopes Checker (Unofficial)
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"
        ]
    }
}