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
官方網址 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
電子郵箱 [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
}