Site Blocker

Block any site to keep working on your main tasks

Wat is Site Blocker?

Site Blocker is een Chrome-extensie ontwikkeld door chtshebd792, en de belangrijkste functie is "Block any site to keep working on your main tasks".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Site Blocker

Download Site Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Site Blocker Site Blocker
ID caecgafeepgkgjfenbdenkkhfcflkapj
Officiële URL https://chrome.google.com/webstore/detail/site-blocker/caecgafeepgkgjfenbdenkkhfcflkapj
Beschrijving Block any site to keep working on your main tasks
Bestandsgrootte 34.65 KB
Aantal Installaties 10,000
Huidige Versie 1.6
Laatst Bijgewerkt 2022-01-27
Publicatiedatum 2021-02-22
Beoordeling 4.50/5 Totaal 16 Beoordelingen
Ontwikkelaar chtshebd792
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}