Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Music Mode for YouTube\u2122",
"short_name": "Music Mode",
"version": "6.4.35",
"default_locale": "en",
"incognito": "spanning",
"description": "__MSG_extDescription__",
"offline_enabled": true,
"icons": {
"19": "img\/logo\/icon19.png",
"38": "img\/logo\/icon38.png",
"48": "img\/logo\/icon48.png",
"128": "img\/logo\/icon128.png"
},
"commands": {
"run_extension_tab": {
"suggested_key": {
"default": "Ctrl+M",
"mac": "Command+M"
},
"description": "__MSG_command1Description__"
}
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"declarativeNetRequest",
"tabs",
"storage",
"unlimitedStorage"
],
"options_ui": {
"browser_style": true,
"open_in_tab": true,
"page": "pages\/options.html"
},
"web_accessible_resources": [
{
"resources": [
"css\/google_search.css",
"css\/ads.css",
"css\/ads_mobile.css",
"css\/channel_avatars.css",
"css\/channel_avatars_mobile.css",
"css\/channel_avatars_YTMusic.css",
"css\/others.css",
"css\/others_mobile.css",
"css\/others_YTMusic.css",
"css\/video_thumbnails.css",
"css\/video_thumbnails_mobile.css",
"css\/video_thumbnails_YTMusic.css",
"css\/video.css",
"css\/video_mobile.css",
"js\/video_handler.js",
"js\/video_quick_access_button.js",
"js\/adSkipper.js"
],
"matches": [
"*:\/\/www.youtube.com\/*",
"*:\/\/music.youtube.com\/*",
"*:\/\/m.youtube.com\/*",
"*:\/\/www.youtube-nocookie.com\/*"
]
},
{
"resources": [
"css\/google_search.css"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"img\/logo\/logo_only.svg",
"img\/image_document.svg",
"img\/avatar-chanell.svg",
"img\/youtube_logo.svg",
"img\/photo.jpg",
"img\/photoCom.jpg",
"img\/logo\/full_logo.svg",
"img\/youtubeImages\/default.jpg"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_title": "Music Mode for YouTube",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*",
"*:\/\/music.youtube.com\/*",
"*:\/\/m.youtube.com\/*",
"*:\/\/www.youtube-nocookie.com\/*"
],
"css": [
"css\/content.css"
],
"js": [
"js\/content_ytb.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"*:\/\/m.youtube.com\/*"
],
"js": [
"js\/content_mytb.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"*:\/\/www.google.com\/search*"
],
"js": [
"js\/google_search.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnvYzctu7Kvs3frHXL+nu59GeGgSYwUhja+ICRKonmyUnePV\/S8cECyxXeVvLGMy3fIuvvTg\/AkN7iAhBGvSDqlQEy7IFlGgwlfuzTLE9\/4oN\/TEuAy+nyCojKlofATsWFCfrKesjtLP3HnydMRBmBA00mk03Hz4+kRSUqteILDOW26pXM8scYJlQSuy1yCR71HS4FpfuXvKhgEOzRoy44lXcTUcIH6FuxX0gJXIe7E0dNBkW5P4IX02dxPB5Bq0BywU6aLCTHR4U+Su0kYAKxwXCigvZaLThyM3JQ8\/RM+eoHa6ZVmHXkbY\/bgRCABs5Fnay8eTOOKEu18PaHi6BJwIDAQAB"
}