Block Ctrl W
To block ctrl w
Qu'est-ce que Block Ctrl W ?
Block Ctrl W est une extension Chrome développée par Lawrence Lin, et sa fonction principale est "To block ctrl w".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Block Ctrl W
Téléchargez les fichiers d'extension Block Ctrl W au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Block Ctrl W |
ID | mhbmkjeobiilhccdahbidgaabnnkpkia |
URL Officiel | https://chromewebstore.google.com/detail/block-ctrl-w/mhbmkjeobiilhccdahbidgaabnnkpkia |
Description | To block ctrl w |
Taille du Fichier | 16.26 KB |
Nombre d'Installations | 748 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2022-06-26 |
Date de Publication | 2022-05-26 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | Lawrence Lin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } |