SiteBlock

An extension that blocks sites and helps you focus.

Cos'è SiteBlock?

SiteBlock è un'estensione di Chrome sviluppata da gadfaria, e la sua funzione principale è "An extension that blocks sites and helps you focus.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SiteBlock

Scarica i file di estensione SiteBlock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Stay focused and avoid distractions with this simple site blocker extension! 

Block any website by adding keywords, like "social media" or "news," and the extension will automatically block them when you try to visit. 

Unlimited blocking and a handy right-click context menu option make it easy to manage your focus whenever needed. Take control of your time and stay productive - install the extension today!                    

Informazioni di Base sull'Estensione

Nome SiteBlock SiteBlock
ID piepfdhhijbhafaiefdpimdnfgndjpli
URL Ufficiale https://chromewebstore.google.com/detail/siteblock/piepfdhhijbhafaiefdpimdnfgndjpli
Descrizione An extension that blocks sites and helps you focus.
Dimensione del File 62.82 KB
Conteggio Installazioni 405
Versione Corrente 1.1.0
Ultimo Aggiornamento 2024-02-21
Data di Pubblicazione 2022-12-26
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore gadfaria
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gadfaria/site-block-extension
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SiteBlock",
    "description": "An extension that blocks sites and helps you focus.",
    "version": "1.1.0",
    "icons": {
        "16": ".\/images\/icon16.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "action": {
        "default_popup": ".\/popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}