Simple Site Blocker

Empower your time by easily blocking distracting sites temporarily

Was ist Simple Site Blocker?

Simple Site Blocker ist eine Chrome-Erweiterung, die von loyolapps entwickelt wurde, und ihr Hauptmerkmal ist "Empower your time by easily blocking distracting sites temporarily".

Erweiterungsscreenshots

screenshot
screenshot

Simple Site Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Site Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Simple Site Blocker Simple Site Blocker
ID fgiokommebjamdnhmodnddlngafgfmag
Offizielle URL https://chromewebstore.google.com/detail/simple-site-blocker/fgiokommebjamdnhmodnddlngafgfmag
Beschreibung Empower your time by easily blocking distracting sites temporarily
Dateigröße 1.31 MB
Installationsanzahl 320
Aktuelle Version 1.0
Letztes Update 2020-08-15
Veröffentlichungsdatum 2020-08-15
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler loyolapps
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}