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 |
公式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" } |