From 5656beceb278dc78a1df974295ac96ad34b7f82f Mon Sep 17 00:00:00 2001 From: IndieKKY Date: Sat, 20 May 2023 08:31:30 +0800 Subject: [PATCH] update manifest --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 871543b..800db1c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "哔哩哔哩字幕列表", "description": "显示B站视频的字幕列表,可点击跳转与下载字幕,并支持翻译和总结字幕!", - "version": "1.6.5", + "version": "1.6.6", "manifest_version": 3, "permissions": [ "storage" @@ -11,7 +11,7 @@ }, "content_scripts": [ { - "matches": ["https://www.bilibili.com/video/*", "https://www.bilibili.com/list/watchlater*"], + "matches": ["https://www.bilibili.com/video/*", "https://www.bilibili.com/list/*"], "js": ["src/chrome/content-script.cjs"] } ],