Fake News Detector

Detect fake news in the online jungle.

什么是Fake News Detector?

Fake News Detector是由http://www.nullcod.com开发的Chrome扩展程序,该扩展的主要功能是“Detect fake news in the online jungle.”。

扩展截图

screenshot
screenshot

下载Fake News Detector扩展crx文件

下载Fake News Detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Fake News Detector allow us to find the credibility of news we read online.

Every day a lot of news popping up in our online jungle, Fake News Detector provides us a way to find genuineness of these news based on user ratings. Users can flag a news as real, fake or don't care. We will collect this information and notify the readers whether the news they are reading is real or not.

How to use this extension.

If you want to flag a news as fake or real when you are reading it in chrome, click on the Fake News Detector icon in chrome tool bar, it will popup a box where you can flag the news as real, fake or don't care. 

You can also see other users ratings for that particular news.                    

扩展基本信息

名称 Fake News Detector Fake News Detector
ID bienanbbogpilbimmgkkiodifokgohjf
官方URL https://chrome.google.com/webstore/detail/fake-news-detector/bienanbbogpilbimmgkkiodifokgohjf
简介 Detect fake news in the online jungle.
文件大小 43.42 KB
安装次数 42
当前版本 1.2
更新时间 2014-07-30
上架时间 2014-07-30
评分 1.50/5 共4次评分
开发者 http://www.nullcod.com
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fake News Detector",
    "short_name": "fake_news_detector",
    "description": "Detect fake news in the online jungle.",
    "version": "1.2",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/www.nullcod.com\/faki\/survey.php",
        "tabs"
    ]
}