Auto Quality for YouTube™

Watch YouTube™ Videos automatically in any quality

Wat is Auto Quality for YouTube™?

Auto Quality for YouTube™ is een Chrome-extensie ontwikkeld door MegaXT, en de belangrijkste functie is "Watch YouTube™ Videos automatically in any quality".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Auto Quality for YouTube™

Download Auto Quality for YouTube™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Are you bothered of YouTube™ videos not switching to HD automatically? Try Auto Quality for YouTube™!

- YouTube Gaming™
- Autopause videos
- Auto HD
- Select any quality!
- Very fast due to very light code!
- No annoying Icons! It just works!
- No reloading of your videos
- No rebuffering

If you like Auto Quality for YouTube™, please rate us 5 Stars and share on Facebook!

YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

Basisinformatie over de Extensie

Naam Auto Quality for YouTube™ Auto Quality for YouTube™
ID iaddfgegjgjelgkanamleadckkpnjpjc
Officiële URL https://chromewebstore.google.com/detail/auto-quality-for-youtube/iaddfgegjgjelgkanamleadckkpnjpjc
Beschrijving Watch YouTube™ Videos automatically in any quality
Bestandsgrootte 136 KB
Aantal Installaties 161,015
Huidige Versie 1.1
Laatst Bijgewerkt 2021-02-25
Publicatiedatum 2018-04-19
Beoordeling 3.46/5 Totaal 288 Beoordelingen
Ontwikkelaar MegaXT
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.megaxt.com?s=privacy-policy
Ondersteunde Talen id,de,en,fil,fr,nl,no,vi,tr,ca,da,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Quality for YouTube\u2122",
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.megaxt.com; object-src 'self'",
    "background": {
        "page": "background\/page.html"
    },
    "content_scripts": [
        {
            "js": [
                "contentscripts\/any_start.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "ui\/options.html",
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19pa.png",
            "38": "icons\/icon38pa.png"
        },
        "default_title": "Auto Quality for YouTube\u2122",
        "default_popup": "ui\/pageaction.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "inj\/ytcom.js"
    ]
}