X-blocker
Blocks incoming things from the web.
Cos'è X-blocker?
X-blocker è un'estensione di Chrome sviluppata da Rudie Dirkx, e la sua funzione principale è "Blocks incoming things from the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione X-blocker
Scarica i file di estensione X-blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | klfccdpgijdpcojlaohmnccfpdomgadh |
| URL Ufficiale | https://chromewebstore.google.com/detail/x-blocker/klfccdpgijdpcojlaohmnccfpdomgadh |
| Descrizione | Blocks incoming things from the web. |
| Dimensione del File | 18.7 KB |
| Conteggio Installazioni | 817 |
| Versione Corrente | 1.10 |
| Ultimo Aggiornamento | 2023-05-13 |
| Data di Pubblicazione | 2016-03-23 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Rudie Dirkx |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://github.com/rudiedirkx/xblocker-extension |
| Lingue Supportate | 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
} | |