Site Blocker

Block any site to keep working on your main tasks

Qu'est-ce que Site Blocker ?

Site Blocker est une extension Chrome développée par chtshebd792, et sa fonction principale est "Block any site to keep working on your main tasks".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Site Blocker

Téléchargez les fichiers d'extension Site Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Site Blocker Site Blocker
ID caecgafeepgkgjfenbdenkkhfcflkapj
URL Officiel https://chrome.google.com/webstore/detail/site-blocker/caecgafeepgkgjfenbdenkkhfcflkapj
Description Block any site to keep working on your main tasks
Taille du Fichier 34.65 KB
Nombre d'Installations 10,000
Version Actuelle 1.6
Dernière Mise à Jour 2022-01-27
Date de Publication 2021-02-22
Évaluation 4.50/5 Total 16 Évaluations
Développeur chtshebd792
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}