Skip to content

Commit

Permalink
R: support m.youtube.com
Browse files Browse the repository at this point in the history
This extension is for desktop users and also the layout of the mobile version is to different.
  • Loading branch information
JohnyP36 committed Aug 29, 2023
1 parent f0af3d6 commit c9d3294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest_v3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
},
"content_scripts": [ {
"js": [ "js/script.js" ],
"matches": [ "*://www.youtube.com/*", "*://music.youtube.com/*", "*://m.youtube.com/*" ],
"matches": [ "*://www.youtube.com/*", "*://music.youtube.com/*" ],
"run_at": "document_end"
} ],
"web_accessible_resources": [
{
"resources": [ "js/autoconfirm.js", "js/autoplay+loop.js" ],
"matches": [ "*://www.youtube.com/*", "*://music.youtube.com/*", "*://m.youtube.com/*" ]
"matches": [ "*://www.youtube.com/*", "*://music.youtube.com/*" ]
}
],
"permissions": [ "declarativeContent", "storage", "tabs" ],
"host_permissions": [ "*://www.youtube.com/*", "*://music.youtube.com/*", "*://m.youtube.com/*" ],
"host_permissions": [ "*://www.youtube.com/*", "*://music.youtube.com/*" ],
"version": "2.0.8"
}

0 comments on commit c9d3294

Please sign in to comment.