Auto-Quality for Youtube HD/4K/8K
Extension that will allow you to permanently set Youtube playback quality to your desired resolution.
Τι είναι το Auto-Quality for Youtube HD/4K/8K;
Το Auto-Quality for Youtube HD/4K/8K είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fredibergr, και η κύρια λειτουργία του είναι "Extension that will allow you to permanently set Youtube playback quality to your desired resolution.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Auto-Quality for Youtube HD/4K/8K
Λήψη αρχείων επέκτασης Auto-Quality for Youtube HD/4K/8K σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Permanently change desired quality on YouTube. From 144p to 4320p. HD, 4K, 8K, everything you need. Slim design, sexy icon. Set all auto quality on youtube 4K HD 8K All copyrights belong to their respective owners. Youtube doesn’t endorse or sponsor this Chrome extension. Auto-Quality for Youtube HD/4K/8K is not owned by, is not licensed by and is not a subsidiary of Youtube or Google Inc.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | pbbabegclednakeboacaidjcblonlopm |
Επίσημο URL | https://chrome.google.com/webstore/detail/auto-quality-for-youtube/pbbabegclednakeboacaidjcblonlopm |
Περιγραφή | Extension that will allow you to permanently set Youtube playback quality to your desired resolution. |
Μέγεθος Αρχείου | 51.18 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 4.3.03.46 |
Τελευταία Ενημέρωση | 2019-10-12 |
Ημερομηνία Δημοσίευσης | 2019-10-12 |
Αξιολόγηση | 3.11/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | fredibergr |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "images\/icon_128.png", "default_popup": "html\/popup.html" }, "content_scripts": [ { "all_frames": true, "css": [], "js": [ "js\/library_youtube.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "images\/icon_128.png", "48": "images\/icon_48.png", "16": "images\/icon_16.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "alarms", "contextMenus", "privacy", "storage", "tabs", "unlimitedStorage", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "version": "4.3.03.46" } |