Hello, Goodbye
Hello, Goodbye blocks annoying chat widgets.
Hello, Goodbyeとは何ですか?
Hello, GoodbyeはHello Goodbyeによって開発されたChromeの拡張機能で、その主な機能は「Hello, Goodbye blocks annoying chat widgets.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |