Web Blocker

Block unlimited website for free

Qu'est-ce que Web Blocker ?

Web Blocker est une extension Chrome développée par https://webblockerextension.com, et sa fonction principale est "Block unlimited website for free".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        Boost productivity and performance by blocking distracting websites.


Update / Bug fixed:
Nov. 16, 2022 (v2.1.1) - Fixed bug sites are not blocking after clearing all the blocked sites.

Features:

1. Block unlimited unwanted sites
2. Schedule Blocking
3. Custom redirect links

For questions and suggestions please email us
[email protected]                    

Informations de Base sur l'Extension

Nom Web Blocker Web Blocker
ID hmfcoeeicamgkocaflbdhjjibdlglbfg
URL Officiel https://chromewebstore.google.com/detail/web-blocker/hmfcoeeicamgkocaflbdhjjibdlglbfg
Description Block unlimited website for free
Taille du Fichier 487 KB
Nombre d'Installations 5,495
Version Actuelle 2.1.1
Dernière Mise à Jour 2022-11-17
Date de Publication 2022-07-07
Évaluation 4.40/5 Total 10 Évaluations
Développeur https://webblockerextension.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.webblockerextension.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Blocker",
    "description": "Block unlimited website for free",
    "version": "2.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background\/background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/images\/Logo-16.png",
            "32": "\/images\/Logo-32.png",
            "48": "\/images\/Logo-48.png",
            "128": "\/images\/Logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/Logo-16.png",
        "32": "\/images\/Logo-32.png",
        "48": "\/images\/Logo-48.png",
        "128": "\/images\/Logo-128.png"
    },
    "options_page": "option\/index.html"
}