small fix, don't worry about it

This commit is contained in:
Tomas Dvorak
2026-04-10 12:06:01 +02:00
parent 954a1a1080
commit c6a99c7e21
214 changed files with 40237 additions and 2828 deletions
+14
View File
@@ -21,6 +21,20 @@
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"*://www.youtube.com/*",
"*://youtube.com/*",
"*://m.youtube.com/*",
"*://youtu.be/*"
],
"js": [
"youtube-content.js"
],
"run_at": "document_idle"
}
],
"commands": {
"quick-save": {
"suggested_key": {