fix: popup.js action->cmd; add disable_dialogs.js with toast; update manifest

This commit is contained in:
Jiaqing Liang
2026-04-07 12:17:18 +08:00
parent b525684378
commit 25fe3e42fd
4 changed files with 33 additions and 2 deletions

View File

@@ -17,6 +17,13 @@
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["disable_dialogs.js"],
"run_at": "document_start",
"all_frames": true,
"world": "MAIN"
},
{
"matches": ["<all_urls>"],
"js": ["config.js", "content.js"],