Make content scripts load slightly earlier

This commit is contained in:
Oliver Blanthorn 2017-10-21 09:34:58 +01:00
parent 248147e1e7
commit 839b23f1e9
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -11,7 +11,8 @@
"content_scripts": [
{
"matches":["<all_urls>"],
"js":["content.js"]
"js":["content.js"],
"run_at":"document_end"
}
],