Site Restricter

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

Co je Site Restricter?

Site Restricter je rozšíření Chrome vyvinuté LN, a jeho hlavní funkcí je „Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Site Restricter

Stáhněte si soubory rozšíření Site Restricter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Site Restricter Site Restricter
ID kbokniiapoadjhhkmnlpndgeambahghk
Oficiální URL https://chromewebstore.google.com/detail/site-restricter/kbokniiapoadjhhkmnlpndgeambahghk
Popis Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity
Velikost souboru 10.83 KB
Počet instalací 50
Aktuální Verze 0.0.5
Poslední Aktualizace 2021-10-30
Datum Vydání 2021-10-30
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář LN
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}