From 1a873ce9c3245ad0d397cbf85035889ceb442290 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sat, 28 Oct 2017 23:32:13 +0900 Subject: [PATCH] run at document end and run in all urls --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 79b9cbc..268dae8 100644 --- a/manifest.json +++ b/manifest.json @@ -15,8 +15,9 @@ "content_scripts": [ { "all_frames": true, - "matches": [ "http://*/*", "https://*/*" ], - "js": [ "build/content.js" ] + "matches": [ "" ], + "js": [ "build/content.js" ], + "run_at": "document_end" } ], "background": {