Simple Site Blocker

Empower your time by easily blocking distracting sites temporarily

Vad är Simple Site Blocker?

Simple Site Blocker är en Chrome-tillägg utvecklad av loyolapps, och dess huvudfunktion är "Empower your time by easily blocking distracting sites temporarily".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Simple Site Blocker-förlängningens CRX-fil

Ladda ner Simple Site Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Simple Site Blocker Simple Site Blocker
ID fgiokommebjamdnhmodnddlngafgfmag
Officiell webbadress https://chromewebstore.google.com/detail/simple-site-blocker/fgiokommebjamdnhmodnddlngafgfmag
Beskrivning Empower your time by easily blocking distracting sites temporarily
Filstorlek 1.31 MB
Antal Installationer 320
Aktuell Version 1.0
Senast Uppdaterad 2020-08-15
Publiceringsdatum 2020-08-15
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare loyolapps
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}