Skip to content

Commit 509125c

Browse files
author
hoang.tran12
committed
all_frame
1 parent fce844a commit 509125c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

manifest.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"run_at": "document_start",
3434
"world": "ISOLATED",
3535
"match_origin_as_fallback": true,
36-
"match_about_blank": true
36+
"match_about_blank": true,
37+
"all_frames": true
3738
},
3839
{
3940
"matches": ["<all_urls>"],
@@ -44,23 +45,26 @@
4445
"run_at": "document_start",
4546
"world": "MAIN",
4647
"match_origin_as_fallback": true,
47-
"match_about_blank": true
48+
"match_about_blank": true,
49+
"all_frames": true
4850
},
4951
{
5052
"matches": ["<all_urls>"],
5153
"js": ["scripts/content-scripts/document_idle.js"],
5254
"run_at": "document_idle",
5355
"world": "MAIN",
5456
"match_origin_as_fallback": true,
55-
"match_about_blank": true
57+
"match_about_blank": true,
58+
"all_frames": true
5659
},
5760
{
5861
"matches": ["<all_urls>"],
5962
"js": ["scripts/content-scripts/document_end.js"],
6063
"run_at": "document_end",
6164
"world": "MAIN",
6265
"match_origin_as_fallback": true,
63-
"match_about_blank": true
66+
"match_about_blank": true,
67+
"all_frames": true
6468
}
6569
],
6670
"web_accessible_resources": [

0 commit comments

Comments
 (0)