Hello, Goodbye

Hello, Goodbye blocks annoying chat widgets.

什么是Hello, Goodbye?

Hello, Goodbye是由Hello Goodbye开发的Chrome扩展程序,该扩展的主要功能是“Hello, Goodbye blocks annoying chat widgets.”。

扩展截图

screenshot

下载Hello, Goodbye扩展crx文件

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

扩展使用说明

                        Hello, Goodbye blocks annoying live chat and sales widgets to make your internet a little better.
Additionally, it is completely open source and free.

You can check out the source code at https://u.hellogoodbye.app/open-source                    

扩展基本信息

名称 Hello, Goodbye Hello, Goodbye
ID nihpfpbibfgpgnfpbfedkdokihggapoi
官方URL https://chromewebstore.google.com/detail/hello-goodbye/nihpfpbibfgpgnfpbfedkdokihggapoi
简介 Hello, Goodbye blocks annoying chat widgets.
文件大小 26.43 KB
安装次数 20,000
当前版本 1.7.0
更新时间 2024-02-02
上架时间 2020-04-29
评分 3.59/5 共32次评分
开发者 Hello Goodbye
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hello, Goodbye",
    "version": "1.7.0",
    "description": "Hello, Goodbye blocks annoying chat widgets.",
    "icons": {
        "32": "icons\/HGB@0,25x.png",
        "64": "icons\/HGB@0,5x.png",
        "128": "icons\/HGB.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{ddb52f85-5859-49b1-b54e-ee7709b1eb5d}"
        }
    },
    "manifest_version": 2
}