Web Blocker
Block unlimited website for free
Web Blockerとは何ですか?
Web Blockerはhttps://webblockerextension.comによって開発されたChromeの拡張機能で、その主な機能は「Block unlimited website for free」です。
拡張機能のスクリーンショット
Web Blocker拡張機能のCRXファイルをダウンロード
Web Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Boost productivity and performance by blocking distracting websites.
Update / Bug fixed:
Nov. 16, 2022 (v2.1.1) - Fixed bug sites are not blocking after clearing all the blocked sites.
Features:
1. Block unlimited unwanted sites
2. Schedule Blocking
3. Custom redirect links
For questions and suggestions please email us
[email protected] 拡張機能の基本情報
| 名前 | |
| ID | hmfcoeeicamgkocaflbdhjjibdlglbfg |
| 公式URL | https://chromewebstore.google.com/detail/web-blocker/hmfcoeeicamgkocaflbdhjjibdlglbfg |
| 説明 | Block unlimited website for free |
| ファイルサイズ | 487 KB |
| インストール数 | 5,495 |
| 現在のバージョン | 2.1.1 |
| 最終更新日 | 2022-11-17 |
| 公開日 | 2022-07-07 |
| 評価 | 4.40/5 合計 10 レビュー |
| 開発者 | https://webblockerextension.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.webblockerextension.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Web Blocker",
"description": "Block unlimited website for free",
"version": "2.1.1",
"manifest_version": 3,
"background": {
"service_worker": "background\/background.js"
},
"permissions": [
"storage",
"tabs"
],
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "\/images\/Logo-16.png",
"32": "\/images\/Logo-32.png",
"48": "\/images\/Logo-48.png",
"128": "\/images\/Logo-128.png"
}
},
"icons": {
"16": "\/images\/Logo-16.png",
"32": "\/images\/Logo-32.png",
"48": "\/images\/Logo-48.png",
"128": "\/images\/Logo-128.png"
},
"options_page": "option\/index.html"
} | |