Detach Site Blocker

Blocks the unwanted sites and boosts your productivity.

Detach Site Blockerとは何ですか?

Detach Site BlockerはNaveen Burathiによって開発されたChromeの拡張機能で、その主な機能は「Blocks the unwanted sites and boosts your productivity.」です。

拡張機能のスクリーンショット

screenshot

Detach Site Blocker拡張機能のCRXファイルをダウンロード

Detach Site Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        We all face distractions daily. Distractions not only lower our productivity, they also increase our stress.
 
Detach Site Blocker helps you to maximize their productivity during working hours. 

Detach Site Blocker makes you aware of your time.
 
It lets you create your custom BLACKLIST. 

It reminds you each time you try to visit the BLOCKED SITES. It sends you an alert and prevents unwanted sites to appear. 

Easy to use.                    

拡張機能の基本情報

名前 Detach Site Blocker Detach Site Blocker
ID glegjejikmaccimjpodjdenlfllhckoo
公式URL https://chromewebstore.google.com/detail/detach-site-blocker/glegjejikmaccimjpodjdenlfllhckoo
説明 Blocks the unwanted sites and boosts your productivity.
ファイルサイズ 62.84 KB
インストール数 52
現在のバージョン 1.0
最終更新日 2021-11-25
公開日 2021-11-24
評価 5.00/5 合計 12 レビュー
開発者 Naveen Burathi
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Detach Site Blocker",
    "description": "Blocks the unwanted sites and boosts your productivity.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}