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是由fredibergr開發的Chrome擴展程式,該擴展的主要功能是“Extension that will allow you to permanently set Youtube playback quality to your desired resolution.”。
擴展截圖
下載Auto-Quality for Youtube HD/4K/8K擴展crx文件
下載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 |
官方網址 | 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" } |