shortcutShield icon

shortcutShield

by nokla4137

v1.3.0 Updated May 19, 2025 1.33MiB
CWS
22
Users
β˜… 0.00
0 reviews
#28192
of 58.5K
developer
#2392 of 5.1K
⚠️Requests 1 sensitive permission

Description

A Chrome Manifest V3 extension that lets you block default keyboard shortcut behaviors (Do-Nothing), run user-defined JavaScript (Custom Script), and prevent accidental rapid Enter submissions (Delay Enter). Github: https://github.com/96-kdh/shortcut-shield 🎯 Usage πŸ‘‰ Do-Nothing Rule 1. Open the Do Nothing tab 2. Click + New Command and press your shortcut 3. Enter a URL pattern (must start with http:// or https://) 4. Click Save πŸ”’ Registered shortcuts will be blocked on matching pages. πŸ‘‰ Custom Script Rule 1. Open the Custom tab 2. Click + New Command and press your shortcut 3. Enter a URL pattern 4. Write your JS snippet in the code editor 5. (Optional) Add a description, then click Save ⚑ Priority Command: Custom Script > Do Nothing // Example 1: Log the page title console.log(`Title: ${document.title}`); // Example 2: Scroll to top smoothly window.scrollTo({ top: 0, behavior: 'smooth' }); πŸ‘‰ Delay Enter 1. Open the Extension tab 2. Toggle the switch next to Enter ⏱️ Ignores Enter if pressed within 500ms of the previous key.
shortcutShield screenshot 1shortcutShield screenshot 2shortcutShield screenshot 3

Reviews

Loading reviews...

Permissions (4)

Permissions

commands debuggerβ„Ή Can use Chrome's debugging protocol on other tabs storageβ„Ή Can store data locally in your browser tabsβ„Ή Can see your open tabs and their URLs

Details

Version 1.3.0
Updated May 19, 2025
Size 1.33MiB
First Seen Mar 25, 2026