Site Blocker
Stay focused and let block site automatically blocks websites of your choice.
Site Blockerとは何ですか?
Site BlockerはGVM Technologiesによって開発されたChromeの拡張機能で、その主な機能は「Stay focused and let block site automatically blocks websites of your choice.」です。
Site Blocker拡張機能のCRXファイルをダウンロード
Site Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | mfmleebemfdblbhbnobhbnofaoapnijo |
公式URL | https://chrome.google.com/webstore/detail/site-blocker/mfmleebemfdblbhbnobhbnofaoapnijo |
説明 | Stay focused and let block site automatically blocks websites of your choice. |
ファイルサイズ | 242 KB |
インストール数 | 66 |
現在のバージョン | 1.0.1 |
最終更新日 | 2018-01-10 |
公開日 | 2018-01-10 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | GVM Technologies |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Site Blocker", "description": "Stay focused and let block site automatically blocks websites of your choice.", "version": "1.0.1", "icons": { "16": "assets\/images\/16.png", "48": "assets\/images\/48.png", "128": "assets\/images\/128.png" }, "background": { "scripts": [ "assets\/js\/lib\/jquery-3.2.1.min.js", "assets\/js\/lib\/constant.js", "assets\/js\/service\/blockedUrlsService.js", "assets\/js\/background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ], "browser_action": { "default_icon": "assets\/images\/icon.png", "default_popup": "view\/login.html", "default_title": "Site Blocker" } } |