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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}