Skip to content

Commit

Permalink
v1.0.1 ホスト権限を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Midra429 committed Oct 8, 2023
1 parent 05ef06f commit e617bc1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@

"content_scripts": [
{
"matches": ["https://*/*"],
"matches": [
"https://www.amazon.co.jp/*",
"https://animestore.docomo.ne.jp/*",
"https://abema.tv/*"
],
"js": ["content_script.js"],
"run_at": "document_end"
},
Expand All @@ -40,9 +44,9 @@
}
],

"host_permissions": ["https://*/*"],

"permissions": ["storage"],

"host_permissions": ["https://*.nicovideo.jp/*"],

"minimum_chrome_version": "93"
}

0 comments on commit e617bc1

Please sign in to comment.