Fake news detector

This extension marks fake news in the pages you are browsing

什么是Fake news detector?

Fake news detector是由DareDevelopers-giacomofava开发的Chrome扩展程序,该扩展的主要功能是“This extension marks fake news in the pages you are browsing”。

扩展截图

screenshot
screenshot
screenshot

下载Fake news detector扩展crx文件

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

扩展使用说明

                        This extension marks fake news in the pages you are browsing.
It will mark in RED the FAKE NEWS and in ORANGE the CLICKBAIT links or PROBABLY FAKE news.
While browsing on Facebook the page may load new posts while you are scrolling, this will cause problems to our detector.No problem, just click on the logo to check again all the new posts.

Estensione che evidenzia e segnala le notizie false durante la navigazione su qualsiasi sito, pure social (Facebook, Twitter etc.).

Version 1.2: new websites list added.                    

扩展基本信息

名称 Fake news detector Fake news detector
ID aebaikmeedenaijgjcfmndfknoobahep
官方URL https://chromewebstore.google.com/detail/fake-news-detector/aebaikmeedenaijgjcfmndfknoobahep
简介 This extension marks fake news in the pages you are browsing
文件大小 77.75 KB
安装次数 1,270
当前版本 1.2
更新时间 2017-10-23
上架时间 2017-10-22
评分 3.37/5 共30次评分
开发者 DareDevelopers-giacomofava
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fake news detector",
    "version": "1.2",
    "short_name": "FND",
    "description": "This extension marks fake news in the pages you are browsing",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "DareDevelopers-giacomofava",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Make fake news links  red",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}