YouTube-Auto HD
Make YouTube videos automatically play in HD.
YouTube-Auto HDとは何ですか?
YouTube-Auto HDはdmd1780によって開発されたChromeの拡張機能で、その主な機能は「Make YouTube videos automatically play in HD.」です。
拡張機能のスクリーンショット
YouTube-Auto HD拡張機能のCRXファイルをダウンロード
YouTube-Auto HD拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make YouTube videos automatically play in HD. This is a relaunch of the orginal code of "YouTube-Auto HDTM", with the difference, that in this code is no spying code included (expl: Google Analytics).
拡張機能の基本情報
名前 | |
ID | moddnjecmknkeaemnblhfjlgbanafobc |
公式URL | https://chrome.google.com/webstore/detail/youtube-auto-hd/moddnjecmknkeaemnblhfjlgbanafobc |
説明 | Make YouTube videos automatically play in HD. |
ファイルサイズ | 105 KB |
インストール数 | 1,197 |
現在のバージョン | 1.3.1 |
最終更新日 | 2022-09-30 |
公開日 | 2019-02-20 |
評価 | 2.60/5 合計 5 レビュー |
開発者 | dmd1780 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | de,en,fr,nl,no,tr,da,es,it,fi,sv,ru,hi,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "\/libs\/jquery.js", "\/libs\/utils.js", "\/background\/background.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "libs\/jquery.js", "libs\/utils.js", "content\/youtube.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extDescription__", "homepage_url": "http:\/\/unze4u.de", "icons": { "16": "icons\/icon-16.ico", "48": "icons\/icon-48.ico", "128": "icons\/icon-128.ico" }, "manifest_version": 2, "name": "__MSG_extName__", "options_page": "settings\/settings.htm", "page_action": { "default_icon": { "16": "icons\/icon-16.ico", "48": "icons\/icon-48.ico", "128": "icons\/icon-128.ico" }, "default_popup": "settings\/settings.htm", "default_title": "__MSG_extSettings__" }, "permissions": [ "tabs", "storage", " |