Anti-covid
Filter Covid-19 news, stop coronavirus spreading on the Internet
什么是Anti-covid?
Anti-covid是由IP A.B.开发的Chrome扩展程序,该扩展的主要功能是“Filter Covid-19 news, stop coronavirus spreading on the Internet”。
扩展截图
下载Anti-covid扩展crx文件
下载Anti-covid扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces text "coronavirus", "covid-19" etc. with "love"
扩展基本信息
名称 | Anti-covid |
ID | cblmehmgpilbekhbfjhijbbenoppkepc |
官方URL | https://chromewebstore.google.com/detail/anti-covid/cblmehmgpilbekhbfjhijbbenoppkepc |
简介 | Filter Covid-19 news, stop coronavirus spreading on the Internet |
文件大小 | 35.4 KB |
安装次数 | 37 |
当前版本 | 1.0.0.0 |
更新时间 | 2020-03-28 |
上架时间 | 2020-03-27 |
评分 | 5.00/5 共2次评分 |
开发者 | IP A.B. |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti-covid", "version": "1.0.0.0", "manifest_version": 2, "description": "Filter Covid-19 news, stop coronavirus spreading on the Internet", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |