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": "Enhancer for YouTube\u2122",
"description": "__MSG_description__",
"version": "3.0.14",
"minimum_chrome_version": "128.0.0.0",
"default_locale": "en_US",
"options_page": "html\/options.html",
"action": {
"default_icon": {
"16": "img\/icons\/16.png",
"24": "img\/icons\/24.png",
"32": "img\/icons\/32.png"
},
"default_title": "Enhancer for YouTube\u2122"
},
"icons": {
"16": "img\/icons\/16.png",
"19": "img\/icons\/19.png",
"24": "img\/icons\/24.png",
"32": "img\/icons\/32.png",
"38": "img\/icons\/38.png",
"48": "img\/icons\/48.png",
"64": "img\/icons\/64.png",
"96": "img\/icons\/96.png",
"128": "img\/icons\/128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/www.youtube.com\/*",
"*:\/\/www.youtube-nocookie.com\/*"
],
"background": {
"service_worker": "js\/service-worker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"exclude_matches": [
"*:\/\/www.youtube.com\/embed\/*",
"*:\/\/www.youtube-nocookie.com\/pop-up-player\/*"
],
"css": [
"css\/youtube.css"
],
"js": [
"js\/youtube-main.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"exclude_matches": [
"*:\/\/www.youtube.com\/embed\/*",
"*:\/\/www.youtube-nocookie.com\/pop-up-player\/*"
],
"js": [
"js\/config.js",
"js\/youtube-isolated.js"
],
"run_at": "document_start",
"world": "ISOLATED"
},
{
"matches": [
"*:\/\/www.youtube.com\/embed\/*",
"*:\/\/www.youtube-nocookie.com\/embed\/*"
],
"all_frames": true,
"js": [
"js\/embed-main.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"*:\/\/www.youtube.com\/embed\/*",
"*:\/\/www.youtube-nocookie.com\/embed\/*"
],
"all_frames": true,
"js": [
"js\/config.js",
"js\/embed-isolated.js"
],
"run_at": "document_start",
"world": "ISOLATED"
},
{
"matches": [
"*:\/\/www.youtube.com\/live_chat*"
],
"all_frames": true,
"js": [
"js\/live-chat-main.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"*:\/\/www.youtube.com\/live_chat*"
],
"all_frames": true,
"js": [
"js\/config.js",
"js\/live-chat-isolated.js"
],
"run_at": "document_start",
"world": "ISOLATED"
},
{
"matches": [
"*:\/\/www.youtube-nocookie.com\/pop-up-player\/*"
],
"css": [
"css\/pop-up-player.css"
],
"js": [
"js\/pop-up-player-isolated.js"
],
"run_at": "document_end",
"world": "ISOLATED"
},
{
"matches": [
"*:\/\/www.youtube.com\/shorts\/*"
],
"js": [
"js\/config.js",
"js\/shorts-isolated.js"
],
"run_at": "document_start",
"world": "ISOLATED"
}
],
"web_accessible_resources": [
{
"resources": [
"_locales\/*\/messages.json",
"css\/themes\/*",
"vendor\/*"
],
"matches": [
"*:\/\/www.youtube.com\/*"
]
}
],
"commands": {
"c000-options-page": {
"description": "__MSG_open_options_page__"
},
"c020-theme-youtube-dark": {
"description": "__MSG_theme_youtube_dark__"
},
"c025-theme-enhanced-dark": {
"description": "__MSG_theme_enhancer_for_youtube__"
},
"c030-theme-youtube-deep-dark": {
"description": "__MSG_theme_youtube_deep_dark__"
},
"c040-theme-youtube-deep-dark-custom": {
"description": "__MSG_theme_youtube_deep_dark_custom__"
},
"c050-theme-custom-theme": {
"description": "__MSG_theme_custom_theme__"
},
"c060-focus-video-player": {
"description": "__MSG_focus_video_player__"
},
"c070-toggle-loop": {
"description": "__MSG_toggle_loop__"
},
"c080-stop-video": {
"description": "__MSG_stop_video__"
},
"c090-reverse-playlist": {
"description": "__MSG_reverse_playlist_order__"
},
"c100-toggle-volume-booster": {
"description": "__MSG_toggle_volume_booster__"
},
"c130-toggle-annotations": {
"description": "__MSG_toggle_cards_end_screens__"
},
"c140-toggle-cinema-mode": {
"description": "__MSG_toggle_cinema_mode__"
},
"c150-toggle-player-size": {
"description": "__MSG_expand_shrink_video_player__"
},
"c160-center-video-player": {
"description": "__MSG_center_video_player__"
},
"c170-pop-up-player": {
"description": "__MSG_watch_pop_up_player__"
},
"c180-decrease-speed": {
"description": "__MSG_decrease_playback_speed__"
},
"c190-increase-speed": {
"description": "__MSG_increase_playback_speed__"
},
"c200-default-speed": {
"description": "__MSG_select_default_playback_speed__"
},
"c210-normal-speed": {
"description": "__MSG_select_normal_playback_speed__"
},
"c220-toggle-video-filters": {
"description": "__MSG_toggle_video_filters__"
},
"c230-flip-horizontally": {
"description": "__MSG_flip_video_horizontally__"
},
"c240-flip-vertically": {
"description": "__MSG_flip_video_vertically__"
},
"c250-take-screenshot": {
"description": "__MSG_take_screenshot__"
},
"c260-keyboard-shortcuts": {
"description": "__MSG_keyboard_shortcuts_page__"
},
"c270-custom-script": {
"description": "__MSG_execute_custom_script__"
},
"c280-picture-in-picture": {
"description": "__MSG_toggle_pip_mode__"
},
"c290-quality-highres": {
"description": "__MSG_select_quality_4320p__"
},
"c300-quality-hd2880": {
"description": "__MSG_select_quality_2880p__"
},
"c310-quality-hd2160": {
"description": "__MSG_select_quality_2160p__"
},
"c320-quality-hd1440": {
"description": "__MSG_select_quality_1440p__"
},
"c330-quality-hd1080": {
"description": "__MSG_select_quality_1080p__"
},
"c340-quality-hd720": {
"description": "__MSG_select_quality_720p__"
},
"c350-quality-large": {
"description": "__MSG_select_quality_480p__"
},
"c360-quality-medium": {
"description": "__MSG_select_quality_360p__"
},
"c370-quality-small": {
"description": "__MSG_select_quality_240p__"
},
"c380-quality-tiny": {
"description": "__MSG_select_quality_144p__"
},
"c390-quality-auto": {
"description": "__MSG_select_quality_auto__"
},
"c400-comments-visibility": {
"description": "__MSG_toggle_comments_visibility__"
},
"c410-related-videos-visibility": {
"description": "__MSG_toggle_related_videos_visibility__"
}
}
}