Youtube Auto Quality
Quality settings on Youtube videos will be defaulted to the highest quality possible.
Qu'est-ce que Youtube Auto Quality ?
Youtube Auto Quality est une extension Chrome développée par jamesw8dev, et sa fonction principale est "Quality settings on Youtube videos will be defaulted to the highest quality possible.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube Auto Quality
Téléchargez les fichiers d'extension Youtube Auto Quality 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
YouTube's auto quality feature doesn't always use the highest quality supported. This extension automatically sets the quality to the best option per video. Release Log --- v0.2 - Fix bug when entering from youtube.com v0.1 - Initial release Disclaimer -- YouTube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Informations de Base sur l'Extension
Nom | Youtube Auto Quality |
ID | dggjpamoacejckpnhgnlmajommekebho |
URL Officiel | https://chromewebstore.google.com/detail/youtube-auto-quality/dggjpamoacejckpnhgnlmajommekebho |
Description | Quality settings on Youtube videos will be defaulted to the highest quality possible. |
Taille du Fichier | 26.3 KB |
Nombre d'Installations | 21 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2021-10-15 |
Date de Publication | 2021-10-06 |
Développeur | jamesw8dev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Auto Quality", "description": "Quality settings on Youtube videos will be defaulted to the highest quality possible.", "version": "0.2", "manifest_version": 3, "icons": { "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "\/js\/setQuality.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_start", "all_frames": true } ] } |