Site Blocker

Block a site page or site to focus on your work.

Qu'est-ce que Site Blocker ?

Site Blocker est une extension Chrome développée par volkomar820, et sa fonction principale est "Block a site page or site to focus on your work.".

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

                        We have created a new extension that, when installed, will block unknown and annoying sites. It’s a Site Blocker. After you download this application, you will not have to worry about your security on the Internet, because you will not be shown extraneous sites. Site  Blocker is a very comfortable and easy to use application. It has a lot of features, and the most obvious is that Site Blocker is absolutely free. We are sure that you will be pleasantly surprised by the high quality of this application. To start using Site Blocker, just follow the link or download it to your device.                    

Informations de Base sur l'Extension

Nom Site Blocker Site Blocker
ID gcmdngplhepicdnnhfhckfpafgoahdjk
URL Officiel https://chrome.google.com/webstore/detail/site-blocker/gcmdngplhepicdnnhfhckfpafgoahdjk
Description Block a site page or site to focus on your work.
Taille du Fichier 107 KB
Nombre d'Installations 10,000
Version Actuelle 1.3
Dernière Mise à Jour 2021-12-17
Date de Publication 2021-04-16
Évaluation 4.61/5 Total 18 Évaluations
Développeur volkomar820
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.3",
    "default_locale": "en",
    "description": "Block a site page or site to focus on your work.",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "galmager.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/scripts\/cash.min.js",
                "assets\/scripts\/caver_stona.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "silok.html",
        "default_icon": {
            "128": "\/assets\/media\/hararat.png"
        }
    },
    "options_page": "pistoria.html",
    "icons": {
        "32": "\/assets\/media\/ancher.png",
        "128": "\/assets\/media\/hararat.png"
    },
    "manifest_version": 2
}