Automatic 4K/HD for Youtube
Extension that will allow you to select desired playback quality on Youtube. Save setting forever.
Automatic 4K/HD for Youtubeとは何ですか?
Automatic 4K/HD for YoutubeはYoutube Auto HDによって開発されたChromeの拡張機能で、その主な機能は「Extension that will allow you to select desired playback quality on Youtube. Save setting forever.」です。
拡張機能のスクリーンショット
Automatic 4K/HD for Youtube拡張機能のCRXファイルをダウンロード
Automatic 4K/HD for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Automatic 4K/HD for Youtube |
ID | dclmmkinjdaochjinbhanlipdpmkdhfb |
公式URL | https://chromewebstore.google.com/detail/automatic-4khd-for-youtub/dclmmkinjdaochjinbhanlipdpmkdhfb |
説明 | Extension that will allow you to select desired playback quality on Youtube. Save setting forever. |
ファイルサイズ | 175 KB |
インストール数 | 739 |
現在のバージョン | 2.0.0.20 |
最終更新日 | 2023-05-06 |
公開日 | 2021-01-27 |
評価 | 4.65/5 合計 23 レビュー |
開発者 | Youtube Auto HD |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/extensions-privacy |
対応言語 | 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", " |