Bouncer
Bouncer is the simplest URL Blocker extention there is.
Bouncerとは何ですか?
BouncerはGreg GMCOLABによって開発されたChromeの拡張機能で、その主な機能は「Bouncer is the simplest URL Blocker extention there is.」です。
拡張機能のスクリーンショット
Bouncer拡張機能のCRXファイルをダウンロード
Bouncer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bouncer is the simplest URL blocker extension there is. Simply add any URLs that you wish to block and Bouncer will make sure they will never bother you again. Brought to you by GMCOLAB.
拡張機能の基本情報
名前 | |
ID | cahacokejmfdfanaahkiehiakkfhmejl |
公式URL | https://chromewebstore.google.com/detail/bouncer/cahacokejmfdfanaahkiehiakkfhmejl |
説明 | Bouncer is the simplest URL Blocker extention there is. |
ファイルサイズ | 59.32 KB |
インストール数 | 22 |
現在のバージョン | 1.0 |
最終更新日 | 2020-12-20 |
公開日 | 2020-12-14 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Greg GMCOLAB |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://gmcolab.com/ |
ヘルプページのURL | https://gmcolab.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Grigoris Chatzinikolaou", "name": "Bouncer", "version": "1.0", "description": "Bouncer is the simplest URL Blocker extention there is.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |