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)은(는) digitalbits에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Instant Snopes Checker (Unofficial) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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