X-blocker

Blocks incoming things from the web.

Wat is X-blocker?

X-blocker is een Chrome-extensie ontwikkeld door Rudie Dirkx, en de belangrijkste functie is "Blocks incoming things from the web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie X-blocker

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

                        X-blocker blocks anything from any URL you want. You can configure regular expressions to match the URLs you want to block.

For instance, block all `nicescroll.js` scripts.                    

Basisinformatie over de Extensie

Naam X-blocker X-blocker
ID klfccdpgijdpcojlaohmnccfpdomgadh
Officiële URL https://chromewebstore.google.com/detail/x-blocker/klfccdpgijdpcojlaohmnccfpdomgadh
Beschrijving Blocks incoming things from the web.
Bestandsgrootte 18.7 KB
Aantal Installaties 817
Huidige Versie 1.10
Laatst Bijgewerkt 2023-05-13
Publicatiedatum 2016-03-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Rudie Dirkx
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/rudiedirkx/xblocker-extension
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X-blocker",
    "description": "Blocks incoming things from the web.",
    "version": "1.10",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "xblocker.sw.js"
    },
    "options_page": "options\/options.html",
    "action": {
        "default_title": "X-blocker - Click to toggle & reload",
        "default_icon": {
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "128": "images\/128x128.png"
    },
    "manifest_version": 3
}