Site Blocker

Block any site to keep working on your main tasks

¿Qué es Site Blocker?

Site Blocker es una extensión de Chrome desarrollada por chtshebd792, y su función principal es "Block any site to keep working on your main tasks".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Site Blocker

Descarga archivos de extensión Site Blocker 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

                        Save your time and protect your data with useful Site Blocker. You can also block them permanently or on schedule. Protect your children from unwanted and nasty content and install this amazing extension. Your browsing process will be safe and pleasant. This site blocker is extremely easy to use and it doesn`t weigh a lot. Block any website by key word or category. Choose certain websites you want to be blocked forever. There is option of creating a so called “white list” of websites, so the sites form the list will avoid all blocking settings.                    

Información Básica de la Extensión

Nombre Site Blocker Site Blocker
ID caecgafeepgkgjfenbdenkkhfcflkapj
URL Oficial https://chrome.google.com/webstore/detail/site-blocker/caecgafeepgkgjfenbdenkkhfcflkapj
Descripción Block any site to keep working on your main tasks
Tamaño del Archivo 34.65 KB
Cantidad de Instalaciones 10,000
Versión Actual 1.6
Última Actualización 2022-01-27
Fecha de Publicación 2021-02-22
Calificación 4.50/5 Total de 16 Calificaciones
Desarrollador chtshebd792
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site Blocker",
    "description": "Block any site to keep working on your main tasks",
    "version": "1.6",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_popup": "hbl\/hbl_page.html",
        "default_title": "Host Blacklist"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "common\/HostBlackList.js",
            "script\/chrome.js"
        ]
    }
}