Angry Cat Site Block

Block any website from your browser for free

¿Qué es Angry Cat Site Block?

Angry Cat Site Block es una extensión de Chrome desarrollada por thomasbayy, y su función principal es "Block any website from your browser for free".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Angry Cat Site Block

Descarga archivos de extensión Angry Cat Site Block en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Angry Cat Site Block Angry Cat Site Block
ID njlndibfjkaigciohbfdglklhechhnlc
URL Oficial https://chromewebstore.google.com/detail/angry-cat-site-block/njlndibfjkaigciohbfdglklhechhnlc
Descripción Block any website from your browser for free
Tamaño del Archivo 19.23 KB
Cantidad de Instalaciones 37
Versión Actual 1.1
Última Actualización 2022-08-11
Fecha de Publicación 2022-07-31
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador thomasbayy
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}