Web Blocker

Web Blocker blocks access to any websites that you specific to improve your productivity.

Was ist Web Blocker?

Web Blocker ist eine Chrome-Erweiterung, die von https://webblocker.co entwickelt wurde, und ihr Hauptmerkmal ist "Web Blocker blocks access to any websites that you specific to improve your productivity.".

Erweiterungsscreenshots

screenshot

Web Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Web Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension helps you get rid of the sites that you spend so much time on it. It will automatically block all the websites that you specific on the option page. 

Web Blocker is very easy to use. You can stay focus on the websites that you working on and block those website that wasting your time such as social media sites.                    

Grundlegende Informationen zur Erweiterung

Name Web Blocker Web Blocker
ID pjoghcbfnmhkcngdejiebfolglianlkn
Offizielle URL https://chromewebstore.google.com/detail/web-blocker/pjoghcbfnmhkcngdejiebfolglianlkn
Beschreibung Web Blocker blocks access to any websites that you specific to improve your productivity.
Dateigröße 12.12 KB
Installationsanzahl 1,867
Aktuelle Version 1.0
Letztes Update 2021-06-24
Veröffentlichungsdatum 2021-06-24
Bewertung 3.18/5 Insgesamt 11 Bewertungen
Entwickler https://webblocker.co
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.webblocker.co
Hilfeseite URL https://www.webblocker.co
URL der Datenschutzrichtlinien-Seite https://www.webblocker.co/privacy_policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Blocker",
    "description": "Web Blocker blocks access to any websites that you specific to improve your productivity.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": []
}