YouTube High Definition

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

¿Qué es YouTube High Definition?

YouTube High Definition es una extensión de Chrome desarrollada por https://barisderin.com, y su función principal es "This extension is powerful tool that will let you play all videos in HD and change video player size automatically.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión YouTube High Definition

Descarga archivos de extensión YouTube High Definition en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre YouTube High Definition YouTube High Definition
ID dokdlgjaaaijndfajoknjbelmadhomca
URL Oficial https://chromewebstore.google.com/detail/youtube-high-definition/dokdlgjaaaijndfajoknjbelmadhomca
Descripción This extension is powerful tool that will let you play all videos in HD and change video player size automatically.
Tamaño del Archivo 205 KB
Cantidad de Instalaciones 10,000
Versión Actual 118.0.3
Última Actualización 2023-09-19
Fecha de Publicación 2022-05-31
Calificación 3.79/5 Total de 159 Calificaciones
Desarrollador https://barisderin.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://barisderin.com/?p=39
Idiomas Soportados 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": []
        }
    ]
}