website blocker

Block a site

Qu'est-ce que website blocker ?

website blocker est une extension Chrome développée par pioneer.extension.tech, et sa fonction principale est "Block a site".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension website blocker

Téléchargez les fichiers d'extension website 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

                        Increase work efficiency by blocking websites. Block websites in multiple ways, permanently, by timeout, by words in url. As additional features user can password protect the extension app and change background of the blocked website.                    

Informations de Base sur l'Extension

Nom website blocker website blocker
ID fpganiclclpclegkfhdmlfoibpjajddi
URL Officiel https://chromewebstore.google.com/detail/website-blocker/fpganiclclpclegkfhdmlfoibpjajddi
Description Block a site
Taille du Fichier 631 KB
Nombre d'Installations 123
Version Actuelle 1.0
Dernière Mise à Jour 2021-01-05
Date de Publication 2021-01-05
Développeur pioneer.extension.tech
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.privacypolicygenerator.info/live.php?token=fdpaSK74JaWtpwT63AiCAdYKu6x6IYnn
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "website blocker",
    "version": "1.0",
    "description": "Block a site",
    "permissions": [
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": [],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "index.html",
        "default_title": "Background Changer"
    },
    "content_security_policy": "script-src 'self' 'sha256-XPXTT1UshpgwCgVqCHHlIsFwX\/ez74PNQIN24esAYZs='; object-src 'self'",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/jquery.min.js",
                "content\/content.js"
            ],
            "css": [
                "public\/style.css"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "public\/*"
    ]
}