Simple Site Blocker

Empower your time by easily blocking distracting sites temporarily

Wat is Simple Site Blocker?

Simple Site Blocker is een Chrome-extensie ontwikkeld door loyolapps, en de belangrijkste functie is "Empower your time by easily blocking distracting sites temporarily".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Simple Site Blocker

Download Simple Site Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Simple Site Blocker Simple Site Blocker
ID fgiokommebjamdnhmodnddlngafgfmag
Officiële URL https://chromewebstore.google.com/detail/simple-site-blocker/fgiokommebjamdnhmodnddlngafgfmag
Beschrijving Empower your time by easily blocking distracting sites temporarily
Bestandsgrootte 1.31 MB
Aantal Installaties 320
Huidige Versie 1.0
Laatst Bijgewerkt 2020-08-15
Publicatiedatum 2020-08-15
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar loyolapps
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}