Site Restricter

Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity

Site Restricterとは何ですか?

Site RestricterはLNによって開発されたChromeの拡張機能で、その主な機能は「Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Too many distractions? Want to limit access to certain sites?
This extension helps you control that. 

Add URLs of sites you don't want to visit.
When you change your mind, just remove them from the list and regain access!

Features: 
- Control access to sites by adding or deleting them individually
- One Click Add / Clear All Functionalities
- Simple Design
- Easy to use                    

拡張機能の基本情報

名前 Site Restricter Site Restricter
ID kbokniiapoadjhhkmnlpndgeambahghk
公式URL https://chromewebstore.google.com/detail/site-restricter/kbokniiapoadjhhkmnlpndgeambahghk
説明 Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity
ファイルサイズ 10.83 KB
インストール数 50
現在のバージョン 0.0.5
最終更新日 2021-10-30
公開日 2021-10-30
評価 5.00/5 合計 1 レビュー
開発者 LN
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Site Restricter",
    "description": "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity",
    "version": "0.0.5",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Site Restricter"
    },
    "icons": {
        "16": "\/images\/logo_16.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}