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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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 } |