diff --git a/Shared (Extension)/Resources/manifest.json b/Shared (Extension)/Resources/manifest.json index 2ff3675..751b407 100644 --- a/Shared (Extension)/Resources/manifest.json +++ b/Shared (Extension)/Resources/manifest.json @@ -18,7 +18,8 @@ "content_scripts": [ { "js": ["content.build.js"], - "matches": [""] + "matches": [""], + "run_at": "document_end" } ], "action": {