Enhancer for YouTube™

Take control of YouTube and boost your user experience!

Enhancer for YouTube™란 무엇입니까?

Enhancer for YouTube™은(는) https://www.mrfdev.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take control of YouTube and boost your user experience!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Enhancer for YouTube™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Built to get the most out of YouTube, this extension comes packed with all sorts of features that allow you, among other things, to control the playback speed and the volume level with the mouse wheel, automate repetitive tasks such as selecting the appropriate playback quality, configure dozens of keyboard shortcuts to control YouTube like a pro, and much more... Give it a try! But be aware that you will never want to use YouTube without it again ;)

YouTube is a trademark of Google LLC. Use of this trademark is subject to Google Permissions.                    

확장 프로그램 기본 정보

이름 Enhancer for YouTube™ Enhancer for YouTube™
ID ponfpcnoihfmfllpaingbgckeeldkhle
공식 URL https://chromewebstore.google.com/detail/enhancer-for-youtube/ponfpcnoihfmfllpaingbgckeeldkhle
설명 Take control of YouTube and boost your user experience!
파일 크기 377 KB
설치 횟수 1,404,977
현재 버전 2.0.122.1
최근 업데이트 2024-02-05
출시 날짜 2020-03-30
평점 4.70/5 총 14597 개의 평점
개발자 https://www.mrfdev.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.mrfdev.com/enhancer-for-youtube
도움말 페이지 URL https://www.mrfdev.com/how-to-use-enhancer-for-youtube
개인정보 보호 정책 페이지 URL https://www.mrfdev.com/privacy
지원되는 언어 id,ms,de,en-GB,en-US,fr,nl,no,vi,tr,ca,da,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enhancer for YouTube\u2122",
    "description": "__MSG_description__",
    "version": "2.0.122.1",
    "minimum_chrome_version": "120.0.0.0",
    "default_locale": "en_US",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png"
        },
        "default_title": "Enhancer for YouTube\u2122"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.youtube.com\/embed\/*",
                "*:\/\/www.youtube.com\/live_chat\/*",
                "*:\/\/www.youtube.com\/pop-up-player\/*",
                "*:\/\/www.youtube.com\/shorts\/*"
            ],
            "js": [
                "start.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.youtube.com\/embed\/*",
                "*:\/\/www.youtube.com\/pop-up-player\/*",
                "*:\/\/www.youtube.com\/shorts\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.youtube.com\/live_chat\/*",
                "*:\/\/www.youtube.com\/pop-up-player\/*",
                "*:\/\/www.youtube.com\/shorts\/*"
            ],
            "js": [
                "idle.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/embed\/*"
            ],
            "all_frames": true,
            "js": [
                "embed.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/live_chat*"
            ],
            "all_frames": true,
            "js": [
                "live-chat.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/pop-up-player\/*"
            ],
            "css": [
                "pop-up-player.css"
            ],
            "js": [
                "pop-up-player.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/shorts\/*"
            ],
            "js": [
                "shorts.js"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "c000-options-page": {
            "description": "__MSG_open_options_page__"
        },
        "c020-theme-youtube-dark": {
            "description": "__MSG_theme_youtube_dark__"
        },
        "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__"
        }
    },
    "permissions": [
        "cookies",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}