Fake News Website Detector

Warning of websites which knowingly or unknowingly spread fake news.

Fake News Website Detectorとは何ですか?

Fake News Website Detectorはradosdesignによって開発されたChromeの拡張機能で、その主な機能は「Warning of websites which knowingly or unknowingly spread fake news.」です。

拡張機能のスクリーンショット

screenshot

Fake News Website Detector拡張機能のCRXファイルをダウンロード

Fake News Website Detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Warning of websites which knowingly or unknowingly spread fake news. List of Slovak and Czech websites originally created by activist and history teacher Juraj Smatana. Current list is based on https://www.konspiratori.sk/en.
When you visit a site from this list you will see a message which asks you to use caution and common sense.
You have been warned :-)

Media:
- Slovak newspaper "Dennik N": http://goo.gl/R0h2rX
- Slovak news website "Tvnoviny.sk": http://goo.gl/BuVELL
- Slovak TV station "Markiza": http://goo.gl/MD25rX
- Czech news website "Tiscali.cz": http://goo.gl/mT2izL
- Czech news website "Eurozpravy.cz": http://goo.gl/CFBLjP                    

拡張機能の基本情報

名前 Fake News Website Detector Fake News Website Detector
ID ajfhmidimnkpbhnkcckllicmhhdipmoo
公式URL https://chromewebstore.google.com/detail/fake-news-website-detecto/ajfhmidimnkpbhnkcckllicmhhdipmoo
説明 Warning of websites which knowingly or unknowingly spread fake news.
ファイルサイズ 126 KB
インストール数 846
現在のバージョン 1.0.350
最終更新日 2020-09-08
公開日 2020-03-15
評価 4.39/5 合計 54 レビュー
開発者 radosdesign
Eメール [email protected]
支払い方法 free
対応言語 en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "sk",
    "version": "1.0.350",
    "description": "__MSG_appDesc__",
    "background": {
        "scripts": [
            "sites.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "__MSG_actionDefaultTitle__"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ],
    "web_accessible_resources": [
        "assets\/*.png"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}