Fix directly opening a URL in new tab not triggering content script

This commit is contained in:
2025-04-23 18:14:28 +04:00
parent 539d34e82a
commit 1f15f51b4a
2 changed files with 3 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
{
"matches": [ "http://*/*", "https://*/*", "file:///*" ],
"js": ["content.js"],
"run_at": "document_end"
"run_at": "document_start"
}
],
"page_action": {