website blocker

Block a site

Wat is website blocker?

website blocker is een Chrome-extensie ontwikkeld door pioneer.extension.tech, en de belangrijkste functie is "Block a site".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie website blocker

Download website 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

                        Increase work efficiency by blocking websites. Block websites in multiple ways, permanently, by timeout, by words in url. As additional features user can password protect the extension app and change background of the blocked website.                    

Basisinformatie over de Extensie

Naam website blocker website blocker
ID fpganiclclpclegkfhdmlfoibpjajddi
Officiële URL https://chromewebstore.google.com/detail/website-blocker/fpganiclclpclegkfhdmlfoibpjajddi
Beschrijving Block a site
Bestandsgrootte 631 KB
Aantal Installaties 123
Huidige Versie 1.0
Laatst Bijgewerkt 2021-01-05
Publicatiedatum 2021-01-05
Ontwikkelaar pioneer.extension.tech
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.privacypolicygenerator.info/live.php?token=fdpaSK74JaWtpwT63AiCAdYKu6x6IYnn
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "website blocker",
    "version": "1.0",
    "description": "Block a site",
    "permissions": [
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": [],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "index.html",
        "default_title": "Background Changer"
    },
    "content_security_policy": "script-src 'self' 'sha256-XPXTT1UshpgwCgVqCHHlIsFwX\/ez74PNQIN24esAYZs='; object-src 'self'",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/jquery.min.js",
                "content\/content.js"
            ],
            "css": [
                "public\/style.css"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "public\/*"
    ]
}