Auto Adjusting for Youtube

Adjust Youtube video quality and make player wide automatically

Qu'est-ce que Auto Adjusting for Youtube ?

Auto Adjusting for Youtube est une extension Chrome développée par Mingc, et sa fonction principale est "Adjust Youtube video quality and make player wide automatically".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Auto Adjusting for Youtube

Téléchargez les fichiers d'extension Auto Adjusting 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

                        Just keep it simple and clean.

No Ad injection!
NEVER track you!                    

Informations de Base sur l'Extension

Nom Auto Adjusting for Youtube Auto Adjusting for Youtube
ID lhobbnhfgailbhfjahkkiepjekgllmej
URL Officiel https://chrome.google.com/webstore/detail/auto-adjusting-for-youtub/lhobbnhfgailbhfjahkkiepjekgllmej
Description Adjust Youtube video quality and make player wide automatically
Taille du Fichier 13.69 KB
Nombre d'Installations 111
Version Actuelle 1.0.5
Dernière Mise à Jour 2013-12-07
Date de Publication 2013-12-07
Évaluation 4.00/5 Total 7 Évaluations
Développeur Mingc
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://[email protected]
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Adjusting for Youtube",
    "short_name": "AA for Youtube",
    "description": "Adjust Youtube video quality and make player wide automatically",
    "version": "1.0.5",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "storage"
    ]
}