Fix directly opening a URL in new tab not triggering content script
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
{
|
||||
"matches": [ "http://*/*", "https://*/*", "file:///*" ],
|
||||
"js": ["content.js"],
|
||||
"run_at": "document_end"
|
||||
"run_at": "document_start"
|
||||
}
|
||||
],
|
||||
"page_action": {
|
||||
|
||||
Reference in New Issue
Block a user