From 5538ea2ff3bb7c933a5538079a00239eab027b3a Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Fri, 10 Nov 2017 19:58:48 +0900 Subject: [PATCH] support about blank --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8ed7a7b..04e8b80 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,8 @@ "all_frames": true, "matches": [ "" ], "js": [ "build/content.js" ], - "run_at": "document_end" + "run_at": "document_end", + "match_about_blank": true } ], "background": {