load content script all_frames and click link

This commit is contained in:
Shin'ya Ueoka 2017-10-14 13:18:46 +09:00
parent bebf8e2327
commit fc90f78e26
2 changed files with 21 additions and 24 deletions

View file

@ -14,6 +14,7 @@
},
"content_scripts": [
{
"all_frames": true,
"matches": [ "http://*/*", "https://*/*" ],
"js": [ "build/content.js" ]
}