Web Blocker
Web Blocker blocks access to any websites that you specific to improve your productivity.
Web Blockerとは何ですか?
Web Blockerはhttps://webblocker.coによって開発されたChromeの拡張機能で、その主な機能は「Web Blocker blocks access to any websites that you specific to improve your productivity.」です。
拡張機能のスクリーンショット
Web Blocker拡張機能のCRXファイルをダウンロード
Web Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps you get rid of the sites that you spend so much time on it. It will automatically block all the websites that you specific on the option page. Web Blocker is very easy to use. You can stay focus on the websites that you working on and block those website that wasting your time such as social media sites.
拡張機能の基本情報
名前 | Web Blocker |
ID | pjoghcbfnmhkcngdejiebfolglianlkn |
公式URL | https://chromewebstore.google.com/detail/web-blocker/pjoghcbfnmhkcngdejiebfolglianlkn |
説明 | Web Blocker blocks access to any websites that you specific to improve your productivity. |
ファイルサイズ | 12.12 KB |
インストール数 | 1,867 |
現在のバージョン | 1.0 |
最終更新日 | 2021-06-24 |
公開日 | 2021-06-24 |
評価 | 3.18/5 合計 11 レビュー |
開発者 | https://webblocker.co |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.webblocker.co |
ヘルプページのURL | https://www.webblocker.co |
プライバシーポリシーページのURL | https://www.webblocker.co/privacy_policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Web Blocker", "description": "Web Blocker blocks access to any websites that you specific to improve your productivity.", "version": "1.0", "icons": { "128": "icon.png" }, "options_page": "options.html", "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "action": [] } |