SurfSafe - join the fight against fake news

Supercharge your browser to catch fake news.

Τι είναι το SurfSafe - join the fight against fake news;

Το SurfSafe - join the fight against fake news είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://robhat.com, και η κύρια λειτουργία του είναι "Supercharge your browser to catch fake news.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SurfSafe - join the fight against fake news

Λήψη αρχείων επέκτασης SurfSafe - join the fight against fake news σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        It’s nearly impossible to wade through the sea of fake news that has flooded the internet. SurfSafe gives you the power to find the source of misinformation and make informed decisions about what you are really reading.

At the heart of every fake news story is an image that is likely doctored or taken out of context. SurfSafe uses the news sites you trust, along with fact checking pages and user reports as benchmarks for what images are considered “safe”. It’s simple - just hover over an image, and SurfSafe will classify the image as “safe”, “warning”, or “unsafe”. SurfSafe will also show you every instance of where the image in question has been seen before. You will be able to see if the context of image in the article has anything to do with the original instance.

Not only can you protect yourself from fake news with SurfSafe, but you can also fight back. SurfSafe allows you to report suspicious images in order to help others surf safely.                    

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

Όνομα SurfSafe - join the fight against fake news SurfSafe - join the fight against fake news
ID hbpagabeiphkfhbboacggckhkkipgdmh
Επίσημο URL https://chromewebstore.google.com/detail/surfsafe-join-the-fight-a/hbpagabeiphkfhbboacggckhkkipgdmh
Περιγραφή Supercharge your browser to catch fake news.
Μέγεθος Αρχείου 26.43 MB
Αριθμός Εγκαταστάσεων 2,613
Τρέχουσα Έκδοση 1.2.2
Τελευταία Ενημέρωση 2018-10-04
Ημερομηνία Δημοσίευσης 2018-10-04
Αξιολόγηση 3.13/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής https://robhat.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://getsurfsafe.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "SurfSafe",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "web_accessible_resources": [
        "icons\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/www.gstatic.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/surfsafe.css",
                "styles\/options.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "SurfSafe",
        "default_popup": "popup.html"
    }
}