Auto Quality for YouTube™

Watch YouTube™ Videos automatically in any quality

Qu'est-ce que Auto Quality for YouTube™ ?

Auto Quality for YouTube™ est une extension Chrome développée par MegaXT, et sa fonction principale est "Watch YouTube™ Videos automatically in any quality".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Auto Quality for YouTube™

Téléchargez les fichiers d'extension Auto Quality for YouTube™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Auto Quality for YouTube™ Auto Quality for YouTube™
ID iaddfgegjgjelgkanamleadckkpnjpjc
URL Officiel https://chromewebstore.google.com/detail/auto-quality-for-youtube/iaddfgegjgjelgkanamleadckkpnjpjc
Description Watch YouTube™ Videos automatically in any quality
Taille du Fichier 136 KB
Nombre d'Installations 161,015
Version Actuelle 1.1
Dernière Mise à Jour 2021-02-25
Date de Publication 2018-04-19
Évaluation 3.46/5 Total 288 Évaluations
Développeur MegaXT
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.megaxt.com?s=privacy-policy
Langues Prises en Charge 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"
    ]
}