Block Site

Blocks access to distracting websites to improve your productivity.

Wat is Block Site?

Block Site is een Chrome-extensie ontwikkeld door Pavel Bucka, en de belangrijkste functie is "Blocks access to distracting websites to improve your productivity.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Block Site

Download Block Site-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

                        Block Site is a simple Chrome extension that improves your productivity by blocking access to distracting websites as you specify.

To configure, click on the B icon in the toolbar.


More at:

https://github.com/penge/block-site                    

Basisinformatie over de Extensie

Naam Block Site Block Site
ID bjcnpgekponkjpincbcoflgkdomldlnl
Officiële URL https://chromewebstore.google.com/detail/block-site/bjcnpgekponkjpincbcoflgkdomldlnl
Beschrijving Blocks access to distracting websites to improve your productivity.
Bestandsgrootte 19.18 KB
Aantal Installaties 2,048
Huidige Versie 8.1
Laatst Bijgewerkt 2023-12-29
Publicatiedatum 2020-07-30
Beoordeling 4.71/5 Totaal 41 Beoordelingen
Ontwikkelaar Pavel Bucka
E-mail bucka.pavel@gmail.com
Betalingswijze free
Extensiewebsite https://github.com/penge/block-site
Help Pagina-URL https://github.com/penge/block-site
URL van de Privacybeleid Pagina https://www.privacypolicygenerator.info/live.php?token=LhK6LtlPguI8kJVggGHMi2Q3nLjaRVMw
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Block Site",
    "description": "Blocks access to distracting websites to improve your productivity.",
    "version": "8.1",
    "icons": {
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": {
            "32": "icon_32.png",
            "128": "icon_128.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.mjs",
        "type": "module"
    },
    "incognito": "split",
    "minimum_chrome_version": "92"
}