X-blocker
Blocks incoming things from the web.
Apa itu X-blocker?
X-blocker adalah ekstensi Chrome yang dikembangkan oleh Rudie Dirkx, dan fitur utamanya adalah "Blocks incoming things from the web.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi X-blocker
Unduh file ekstensi X-blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | klfccdpgijdpcojlaohmnccfpdomgadh |
| URL Resmi | https://chromewebstore.google.com/detail/x-blocker/klfccdpgijdpcojlaohmnccfpdomgadh |
| Deskripsi | Blocks incoming things from the web. |
| Ukuran File | 18.7 KB |
| Jumlah Instalasi | 817 |
| Versi Saat Ini | 1.10 |
| Terakhir Diperbarui | 2023-05-13 |
| Tanggal Publikasi | 2016-03-23 |
| Penilaian | 5.00/5 Total 1 Penilaian |
| Pengembang | Rudie Dirkx |
| [email protected] | |
| Tipe Pembayaran | free |
| URL Halaman Bantuan | https://github.com/rudiedirkx/xblocker-extension |
| Bahasa yang Didukung | 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
} | |