CovHide-19

Take a break from pandemic news! This extension attempts to hide blocks of text that include Coronavirus and COVID-19.

什么是CovHide-19?

CovHide-19是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Take a break from pandemic news! This extension attempts to hide blocks of text that include Coronavirus and COVID-19.”。

扩展截图

screenshot

下载CovHide-19扩展crx文件

下载CovHide-19扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Take a break from pandemic news! This extension attempts to hide blocks of text that include Coronavirus and COVID-19 by setting the text color to the same as its background color.
Be prepared to disable the extension - this is pretty experimental.

Coming soon:
- click button to disable
- better hiding and page structure after hiding
- "smarter" ?                    

扩展基本信息

名称 CovHide-19 CovHide-19
ID ienfngeajlpddlbkiplajealelgdhcoh
官方URL https://chromewebstore.google.com/detail/covhide-19/ienfngeajlpddlbkiplajealelgdhcoh
简介 Take a break from pandemic news! This extension attempts to hide blocks of text that include Coronavirus and COVID-19.
文件大小 1.46 MB
安装次数 25
当前版本 0.1
更新时间 2020-03-15
上架时间 2020-03-15
评分 5.00/5 共2次评分
开发者 Unknown
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CovHide-19",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "19": "button-19.png",
            "38": "button-38.png"
        },
        "default_title": "Click to toggle hiding"
    },
    "description": "Take a break from pandemic news! This extension attempts to hide blocks of text that include Coronavirus and COVID-19."
}