Simple Site Blocker

Empower your time by easily blocking distracting sites temporarily

Simple Site Blockerとは何ですか?

Simple Site Blockerはloyolappsによって開発されたChromeの拡張機能で、その主な機能は「Empower your time by easily blocking distracting sites temporarily」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Empower your time by blocking distracting sites so you can get some deep work done. Simple to use, no configuration or registration are required!

⭐️Features ⭐️

⏰Block sites temporarily

Block a site for 25 minutes, after that period the site will be automatically available.

✅ Unblock sites temporarily

You can unblock a site temporarily, for example during a 5 minute break.

📅Block schedule 

Block a site until a specific time, for example 5 PM. 

🚫Block a site until you manually unblock it

You can also block a site until you manually unblock it later


Feedbacks and feature requests are happily welcomed at [email protected]                    

拡張機能の基本情報

名前 Simple Site Blocker Simple Site Blocker
ID fgiokommebjamdnhmodnddlngafgfmag
公式URL https://chromewebstore.google.com/detail/simple-site-blocker/fgiokommebjamdnhmodnddlngafgfmag
説明 Empower your time by easily blocking distracting sites temporarily
ファイルサイズ 1.31 MB
インストール数 320
現在のバージョン 1.0
最終更新日 2020-08-15
公開日 2020-08-15
評価 5.00/5 合計 3 レビュー
開発者 loyolapps
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Site Blocker",
    "version": "1.0",
    "description": "Empower your time by easily blocking distracting sites temporarily",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "webRequestBlocking",
        "webRequest",
        "",
        "alarms",
        "tabs"
    ],
    "background": {
        "scripts": [
            "chrome\/storage.js",
            "chrome\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/icon128.png"
    }
}