Automatic 4K/HD for Youtube
Extension that will allow you to select desired playback quality on Youtube. Save setting forever.
Qu'est-ce que Automatic 4K/HD for Youtube ?
Automatic 4K/HD for Youtube est une extension Chrome développée par Youtube Auto HD, et sa fonction principale est "Extension that will allow you to select desired playback quality on Youtube. Save setting forever.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Automatic 4K/HD for Youtube
Téléchargez les fichiers d'extension Automatic 4K/HD 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
Watch Youtube videos automatically in highest quality. Automatically set youtube videos to play in HD. Users can select from 1080p, 720p, and other sizes as are available for each particular video. Always watch Youtube HD. Auto HD For YouTube. —————————————————————————————————————————————— Features: ✓ Auto HD For YT ✓ Always the best YT viewing experience ✓ Automatic 4K / HD YT Video Selection ✓ Expand YT Video Description by default ✓ Set default YT Player Sizes ✓ YT HD in various formats ✓ Ultra fast plus very lightweight, will not slow you down your YT player ✓ Sync your YT Quality Settings to other connected PCs
Informations de Base sur l'Extension
Nom | Automatic 4K/HD for Youtube |
ID | dclmmkinjdaochjinbhanlipdpmkdhfb |
URL Officiel | https://chromewebstore.google.com/detail/automatic-4khd-for-youtub/dclmmkinjdaochjinbhanlipdpmkdhfb |
Description | Extension that will allow you to select desired playback quality on Youtube. Save setting forever. |
Taille du Fichier | 175 KB |
Nombre d'Installations | 739 |
Version Actuelle | 2.0.0.20 |
Dernière Mise à Jour | 2023-05-06 |
Date de Publication | 2021-01-27 |
Évaluation | 4.65/5 Total 23 Évaluations |
Développeur | Youtube Auto HD |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/extensions-privacy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js", "analytics.js", "notifications.js" ] }, "browser_action": { "default_icon": "images\/i6.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "css": [], "js": [ "yt.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com blob:;style-src 'self' 'unsafe-inline' 'unsafe-eval';connect-src *;object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "images\/default.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "alarms", "storage", "tabs", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", " |