wait for elements

This commit is contained in:
2020-01-10 15:35:18 +08:00
parent 4656e4ff64
commit c504942144
5 changed files with 38 additions and 19 deletions

View File

@ -16,7 +16,8 @@
},
"background": {
"scripts": [
"scripts/shared.js",
"scripts/shared/tools.js",
"scripts/shared/common.js",
"scripts/background/messaging.js",
"scripts/background/result.js",
"scripts/background/signiture.js",
@ -29,7 +30,8 @@
"content_scripts": [{
"matches": ["*://*/*"],
"js": [
"scripts/shared.js",
"scripts/shared/tools.js",
"scripts/shared/common.js",
"scripts/content/content.js"
],
"run_at": "document_idle"