Block Ctrl W
To block ctrl w
Apa itu Block Ctrl W?
Block Ctrl W adalah ekstensi Chrome yang dikembangkan oleh Lawrence Lin, dan fitur utamanya adalah "To block ctrl w".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Block Ctrl W
Unduh file ekstensi Block Ctrl W 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
To block Ctrl + w and send notify via post message
#Usage
1. Add Apps to Chrome
2. Open chrome://extensions/shortcuts
3. Find out “Block Ctrl W”
4. Click the Edit button
5. Press Ctrl & W button at the same time Informasi Dasar Ekstensi
| Nama | |
| ID | mhbmkjeobiilhccdahbidgaabnnkpkia |
| URL Resmi | https://chromewebstore.google.com/detail/block-ctrl-w/mhbmkjeobiilhccdahbidgaabnnkpkia |
| Deskripsi | To block ctrl w |
| Ukuran File | 16.26 KB |
| Jumlah Instalasi | 748 |
| Versi Saat Ini | 1.0.3 |
| Terakhir Diperbarui | 2022-06-26 |
| Tanggal Publikasi | 2022-05-26 |
| Penilaian | 4.00/5 Total 2 Penilaian |
| Pengembang | Lawrence Lin |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Block Ctrl W",
"description": "To block ctrl w",
"version": "1.0.3",
"manifest_version": 3,
"icons": {
"128": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"activeTab"
],
"commands": {
"block-ctrl-w": {
"suggested_key": {
"default": "Ctrl+W"
},
"description": "block ctrl w"
}
}
} | |