YouTube™ Enhancer

Extension to make YouTube more user friendly.

O que é YouTube™ Enhancer?

YouTube™ Enhancer é uma extensão do Chrome desenvolvida por mateomontsieur, e sua principal característica é "Extension to make YouTube more user friendly.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube™ Enhancer

Baixe arquivos de extensão YouTube™ Enhancer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome YouTube™ Enhancer YouTube™ Enhancer
ID ejcniippeghnejiodjkkmndlelbagmah
URL Oficial https://chrome.google.com/webstore/detail/ejcniippeghnejiodjkkmndlelbagmah
Descrição Extension to make YouTube more user friendly.
Tamanho do Arquivo 381 KB
Contagem de Instalações 21,351
Versão Atual 1.1.3
Última Atualização 2023-07-20
Data de Publicação 2021-11-23
Classificação 4.47/5 Total de 53 Avaliações
Desenvolvedor mateomontsieur
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}