fix host_permission

This commit is contained in:
simon 2022-06-20 18:34:27 +07:00
parent 9903133e05
commit adc37f4f5d
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
"cookies"
],
"host_permissions": [
"*://*/*"
"https://*.youtube.com/*"
],
"content_scripts": [
{

View File

@ -13,7 +13,7 @@
"permissions": [
"storage",
"cookies",
"*://*/*"
"https://*.youtube.com/*"
],
"content_scripts": [
{