Simple Site Blocker

Empower your time by easily blocking distracting sites temporarily

Hvad er Simple Site Blocker?

Simple Site Blocker er en Chrome-udvidelse udviklet af loyolapps, og dens hovedfunktion er "Empower your time by easily blocking distracting sites temporarily".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Simple Site Blocker-udvidelses-CRX-fil

Download Simple Site Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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]                    

Grundlæggende oplysninger om udvidelsen

Navn Simple Site Blocker Simple Site Blocker
ID fgiokommebjamdnhmodnddlngafgfmag
Officiel URL https://chromewebstore.google.com/detail/simple-site-blocker/fgiokommebjamdnhmodnddlngafgfmag
Beskrivelse Empower your time by easily blocking distracting sites temporarily
Filstørrelse 1.31 MB
Antal Installationer 320
Nuværende Version 1.0
Senest Opdateret 2020-08-15
Udgivelsesdato 2020-08-15
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler loyolapps
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}