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是由https://robhat.com開發的Chrome擴展程式,該擴展的主要功能是“Supercharge your browser to catch fake news.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載SurfSafe - join the fight against fake news擴展crx文件

下載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
官方網址 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"
    }
}