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
}