YouTube™ Enhancer

Extension to make YouTube more user friendly.

YouTube™ Enhancer là gì?

YouTube™ Enhancer là một tiện ích mở rộng Chrome được phát triển bởi mateomontsieur, và tính năng chính của nó là "Extension to make YouTube more user friendly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube™ Enhancer

Tải xuống các tệp mở rộng YouTube™ Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        YouTube™ Enhancer is a powerful extension that gives users the ability to take back control of YouTube and enhance their user experience.

If you're a heavy YouTube user, then you know how important it is to have a great experience every time you log in. With the YouTube™ Enhancer extension, you can take control of your viewing experience and boost everything from playback quality to streaming speed. 

# Cant Skip YouTube Ads?

One of the best features of the YouTube™ Enhancer is its ability to block ads. No need to get exasperated if you cant skip youtube ads or have to sit through those annoying pre-rolls! With this extension, you won't have to suffer from the pain of cant skip youtube ads.

Easily block YouTube ads from both preroll advertisements as well as those that display in the corner of the video player. This will help you avoid any commercial breaks that can often interfere with your viewing experience on YouTube.

# Buffering and Low YouTube quality settings ruining your experience?

Have you ever been in the middle of watching a YouTube video only to have the quality drop suddenly? This can happen for a number of reasons, but with YouTube™ Enhancer, you can force all videos to play back in HD automatically. This way, you never have to worry about facing low YouTube quality settings in the middle of a video again.

# Need to add YouTube Subtitles and CC?

This extension provides an easy way for you to turn on YouTube subtitles and closed captions for any video. Simply enable the YouTube subtitles option in the extension, and they will be automatically applied to all videos that you watch.

# Want to save a YouTube screenshot of the video for later? 

With this extension, taking screenshots of your favorite videos is easy. This can be done by enabling the screenshot option in the extension and a button will appear in the player controls. It will allow you to take a YouTube screenshot of the video at any time, which will be saved to your computer automatically.

# YouTube themes and filters too bland for your liking?

With YouTube™ Enhancer, you can also apply filters and YouTube themes to your videos. This can be great for customizing the look of YouTube, or for simply changing the colors to better match your taste. There are a variety of different YouTube themes and filters to choose from, including the option to change font colors so you should be able to find one that suits your needs.

Applying these YouTube themes and filters is easy, and can be done by simply enabling the theme or filter option in the extension. You will then be able to select from a variety of different options to apply to your videos.

YouTube™ Enhancer extension also comes with a variety of keyboard shortcuts and mouse gestures that you can use to control YouTube videos and enhance your user experience! These shortcuts make it easy to play, pause, seek, and even adjust the volume without having to use your mouse.

With its easy-to-use interface and wealth of customisation options, the YouTube™ Enhancer gives you total control over your viewing experience like never before, letting you get the most out of every minute that you spend on YouTube.

YouTube™ Icons are copyrighted by YouTube™ and Google                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube™ Enhancer YouTube™ Enhancer
ID ejcniippeghnejiodjkkmndlelbagmah
URL Chính Thức https://chrome.google.com/webstore/detail/ejcniippeghnejiodjkkmndlelbagmah
Mô tả Extension to make YouTube more user friendly.
Kích Thước Tệp 381 KB
Số Lần Cài Đặt 21,351
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2023-07-20
Ngày Phát Hành 2021-11-23
Đánh Giá 4.47/5 Tổng số 53 Đánh Giá
Nhà Phát Triển mateomontsieur
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube\u2122 Enhancer",
    "description": "Extension to make YouTube more user friendly.",
    "version": "1.1.3",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16g.png",
            "19": "icons\/19g.png",
            "32": "icons\/32g.png",
            "38": "icons\/38g.png",
            "48": "icons\/48g.png",
            "96": "icons\/96g.png",
            "128": "icons\/128g.png",
            "256": "icons\/256g.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "styles\/content-styles.css"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/tv*",
                "https:\/\/www.youtube.com\/audiolibrary\/*",
                "https:\/\/studio.youtube.com\/*"
            ],
            "js": [
                "javascripts\/youtube-scripts.js",
                "javascripts\/content-scripts.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-scripts\/idle.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-scripts\/start.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/www.youtube.com\/",
        "storage",
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "optional_permissions": [
        "downloads",
        "https:\/\/*.youtube.com\/*"
    ]
}