fix: issue#5

This commit is contained in:
domsgit
2023-05-20 01:58:22 +08:00
parent 1638f96e4e
commit 88cf0b583e
3 changed files with 22 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
},
"content_scripts": [
{
"matches": ["https://www.bilibili.com/video/*"],
"matches": ["https://www.bilibili.com/video/*", "https://www.bilibili.com/list/watchlater*"],
"js": ["src/chrome/content-script.cjs"]
}
],