Site Blocker

Block any site to keep working on your main tasks

Was ist Site Blocker?

Site Blocker ist eine Chrome-Erweiterung, die von chtshebd792 entwickelt wurde, und ihr Hauptmerkmal ist "Block any site to keep working on your main tasks".

Erweiterungsscreenshots

screenshot

Site Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Site 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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Site Blocker Site Blocker
ID caecgafeepgkgjfenbdenkkhfcflkapj
Offizielle URL https://chrome.google.com/webstore/detail/site-blocker/caecgafeepgkgjfenbdenkkhfcflkapj
Beschreibung Block any site to keep working on your main tasks
Dateigröße 34.65 KB
Installationsanzahl 10,000
Aktuelle Version 1.6
Letztes Update 2022-01-27
Veröffentlichungsdatum 2021-02-22
Bewertung 4.50/5 Insgesamt 16 Bewertungen
Entwickler chtshebd792
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}