YouTube High Definition

This extension is powerful tool that will let you play all videos in HD and change video player size automatically.

O que é YouTube High Definition?

YouTube High Definition é uma extensão do Chrome desenvolvida por https://barisderin.com, e sua principal característica é "This extension is powerful tool that will let you play all videos in HD and change video player size automatically.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube High Definition

Baixe arquivos de extensão YouTube High Definition 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

                        This extension is a powerful tool that will let you 

* automatically play all videos in HD
* turn off annotations 
* change video player size 
* automatically stop videos 
* auto mute video sound
* have HD support for all other YouTube videos on other external sites like Twitter, Reddit and Facebook.                    

Informações Básicas da Extensão

Nome YouTube High Definition YouTube High Definition
ID dokdlgjaaaijndfajoknjbelmadhomca
URL Oficial https://chromewebstore.google.com/detail/youtube-high-definition/dokdlgjaaaijndfajoknjbelmadhomca
Descrição This extension is powerful tool that will let you play all videos in HD and change video player size automatically.
Tamanho do Arquivo 205 KB
Contagem de Instalações 10,000
Versão Atual 118.0.3
Última Atualização 2023-09-19
Data de Publicação 2022-05-31
Classificação 3.79/5 Total de 159 Avaliações
Desenvolvedor https://barisderin.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://barisderin.com/?p=39
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "118.0.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "options_page": "popup\/popup.html",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content_script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style\/*",
                "scripts\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}