Site Blocker

Stay focused and let block site automatically blocks websites of your choice.

Wat is Site Blocker?

Site Blocker is een Chrome-extensie ontwikkeld door GVM Technologies, en de belangrijkste functie is "Stay focused and let block site automatically blocks websites of your choice.".

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

                                            

Basisinformatie over de Extensie

Naam Site Blocker Site Blocker
ID mfmleebemfdblbhbnobhbnofaoapnijo
Officiële URL https://chrome.google.com/webstore/detail/site-blocker/mfmleebemfdblbhbnobhbnofaoapnijo
Beschrijving Stay focused and let block site automatically blocks websites of your choice.
Bestandsgrootte 242 KB
Aantal Installaties 66
Huidige Versie 1.0.1
Laatst Bijgewerkt 2018-01-10
Publicatiedatum 2018-01-10
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar GVM Technologies
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": "Stay focused and let block site automatically blocks websites of your choice.",
    "version": "1.0.1",
    "icons": {
        "16": "assets\/images\/16.png",
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/lib\/jquery-3.2.1.min.js",
            "assets\/js\/lib\/constant.js",
            "assets\/js\/service\/blockedUrlsService.js",
            "assets\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "assets\/images\/icon.png",
        "default_popup": "view\/login.html",
        "default_title": "Site Blocker"
    }
}