fa0f1bdcad
- Add RightClickRestorer page with active unlock trigger - Content script with dual-world strategy (isolated + main world) - Monkey patch preventDefault/stopPropagation via background executeScript - Overlay penetration for pointer-events blocking layers - Delegated main-world injection to avoid CSP restrictions - Async message handling for reliable state updates - i18n translations (zh/en) and unit tests
12 lines
485 B
JSON
12 lines
485 B
JSON
{
|
|
"title": "Right Click Restorer",
|
|
"description": "Detect and restore disabled browser right-click menus",
|
|
"loading": "Loading...",
|
|
"currentDomain": "Current Domain",
|
|
"statusLocked": "Locked",
|
|
"statusUnlocked": "Unlocked",
|
|
"unlockDesc": "Click the button below to temporarily unlock the right-click menu for the current website. You will need to unlock again after refreshing the page.",
|
|
"unlockBtn": "Unlock Right Click",
|
|
"alreadyUnlocked": "Right Click Unlocked"
|
|
}
|