Auto HD/Automatic 4K for Youtube™

Simple Auto HD quality selector for YouTube. Up to 8k/4k (60fps/50fps/48fps/30fps) supported.

¿Qué es Auto HD/Automatic 4K for Youtube™?

Auto HD/Automatic 4K for Youtube™ es una extensión de Chrome desarrollada por Free Software Utilities, y su función principal es "Simple Auto HD quality selector for YouTube. Up to 8k/4k (60fps/50fps/48fps/30fps) supported.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Auto HD/Automatic 4K for Youtube™

Descarga archivos de extensión Auto HD/Automatic 4K for Youtube™ 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

                        Do you want to watch your Youtube videos on HD quality? Do you hate having to change the video quality settings each time you watch a new Youtube video?
We have the solution for you! Install this extension Auto HD/Automatic 4K for Youtube™, our software will simply remember the video quality you want your Youtube videos to be in. Our software will do the rest by remembering your Youtube quality settings and applying it to each Youtube video you watch.
——————————————————————————————————————————————
Features:
✓ Auto HD quality For YouTube
✓ Get the best YouTube viewing experience
✓ Automatic 4K / HD YouTube Video Selection which saves you time
✓ Ultra fast, our software will not slow you down your YouTube player

Disclaimer: Please note this extension is NOT made by Google/Youtube and is made by an independent development team.  All copyrights belong to their respective owners. Youtube doesn’t endorse or sponsor this Chrome extension. Auto HD/Automatic 4K for Youtube™  is not owned by, is not licensed by and is not a subsidiary of Youtube or Google Inc.                    

Información Básica de la Extensión

Nombre Auto HD/Automatic 4K for Youtube™ Auto HD/Automatic 4K for Youtube™
ID anbbfkflfipbnmkgndpbdmjphdkknnpb
URL Oficial https://chromewebstore.google.com/detail/auto-hdautomatic-4k-for-y/anbbfkflfipbnmkgndpbdmjphdkknnpb
Descripción Simple Auto HD quality selector for YouTube. Up to 8k/4k (60fps/50fps/48fps/30fps) supported.
Tamaño del Archivo 67.08 KB
Cantidad de Instalaciones 9,516
Versión Actual 3.0.0
Última Actualización 2023-11-09
Fecha de Publicación 2020-03-31
Calificación 4.05/5 Total de 420 Calificaciones
Desarrollador Free Software Utilities
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://save-photos.freebusinessapps.net/privacy-policy
Idiomas Soportados id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "action": {
        "default_icon": "icon-16.png",
        "default_popup": "popup.html",
        "default_title": "Simple Auto HD for Youtube"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/embed\/*",
                "*\/tv#\/*",
                "*\/tv\/*"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.youtube.com\/*"
    ],
    "version": "3.0.0",
    "homepage_url": "https:\/\/autohd-youtube.freebusinessapps.net"
}