mirror of
https://github.com/Dvorinka/Trackeep.git
synced 2026-06-03 20:12:58 +00:00
small fix, don't worry about it
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user