Angry Cat Site Block

Block any website from your browser for free

Cos'è Angry Cat Site Block?

Angry Cat Site Block è un'estensione di Chrome sviluppata da thomasbayy, e la sua funzione principale è "Block any website from your browser for free".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Angry Cat Site Block

Scarica i file di estensione Angry Cat Site Block 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

                        A free, easy to use site blocker, that will show you an angry cat, telling you to get back to work, whenever you are blocked.

Completely free, no paid features.

Can block any words, websites etc. from the url.
This includes things such as "google", "google.com", "www.google.com" etc.
Any word that matches the url, will result in a block, which means that even single letters such as "e" will also work, even though I would not recommend to do so.                    

Informazioni di Base sull'Estensione

Nome Angry Cat Site Block Angry Cat Site Block
ID njlndibfjkaigciohbfdglklhechhnlc
URL Ufficiale https://chromewebstore.google.com/detail/angry-cat-site-block/njlndibfjkaigciohbfdglklhechhnlc
Descrizione Block any website from your browser for free
Dimensione del File 19.23 KB
Conteggio Installazioni 37
Versione Corrente 1.1
Ultimo Aggiornamento 2022-08-11
Data di Pubblicazione 2022-07-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore thomasbayy
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Angry Cat Site Block",
    "description": "Block any website from your browser for free",
    "version": "1.1",
    "manifest_version": 3,
    "author": "Thomas Bay-J\u00f8rgensen - Thomasbayy @ GitHub",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "interface.html"
    },
    "icons": {
        "16": "icons\/angry_cat_16.png",
        "32": "icons\/angry_cat_32.png",
        "48": "icons\/angry_cat_48.png",
        "128": "icons\/angry_cat_128.png"
    }
}