Add download video and save playlist support.

This commit is contained in:
wei
2026-08-25 17:46:48 +08:00
parent eadc5c6267
commit 04e03c132d
19 changed files with 2514 additions and 1386 deletions
+15 -4
View File
@@ -4,9 +4,10 @@
"version": "1.0",
"permissions": [
"scripting",
"activeTab",
"cookies"
"contextMenus",
"cookies",
"storage"
],
"host_permissions": [
"*://*.youtube.com/*"
@@ -16,12 +17,22 @@
"service_worker": "background.js"
},
"options_page": "options.html",
"icons": {
"128": "icon.png"
},
"commands": {
"openPLKey": {
"openPLSettingPageKey": {
"suggested_key": {
"default": "Alt+Z"
},
"description": "Open settings page"
},
"openPLKey": {
"suggested_key": {
"default": "Alt+Y"
},
"description": "Launch PlaylistSaver"
}
}
}
}