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文件

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