Youtube Auto Quality
Quality settings on Youtube videos will be defaulted to the highest quality possible.
Youtube Auto Qualityとは何ですか?
Youtube Auto Qualityはjamesw8devによって開発されたChromeの拡張機能で、その主な機能は「Quality settings on Youtube videos will be defaulted to the highest quality possible.」です。
拡張機能のスクリーンショット
Youtube Auto Quality拡張機能のCRXファイルをダウンロード
Youtube Auto Quality拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Youtube Auto Quality |
ID | dggjpamoacejckpnhgnlmajommekebho |
公式URL | https://chromewebstore.google.com/detail/youtube-auto-quality/dggjpamoacejckpnhgnlmajommekebho |
説明 | Quality settings on Youtube videos will be defaulted to the highest quality possible. |
ファイルサイズ | 26.3 KB |
インストール数 | 21 |
現在のバージョン | 0.2 |
最終更新日 | 2021-10-15 |
公開日 | 2021-10-06 |
開発者 | jamesw8dev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } ] } |