Simple Site Blocker

Empower your time by easily blocking distracting sites temporarily

Cos'è Simple Site Blocker?

Simple Site Blocker è un'estensione di Chrome sviluppata da loyolapps, e la sua funzione principale è "Empower your time by easily blocking distracting sites temporarily".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Simple Site Blocker

Scarica i file di estensione Simple Site Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Simple Site Blocker Simple Site Blocker
ID fgiokommebjamdnhmodnddlngafgfmag
URL Ufficiale https://chromewebstore.google.com/detail/simple-site-blocker/fgiokommebjamdnhmodnddlngafgfmag
Descrizione Empower your time by easily blocking distracting sites temporarily
Dimensione del File 1.31 MB
Conteggio Installazioni 320
Versione Corrente 1.0
Ultimo Aggiornamento 2020-08-15
Data di Pubblicazione 2020-08-15
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore loyolapps
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}