Auto Adjusting for Youtube
Adjust Youtube video quality and make player wide automatically
Auto Adjusting for Youtubeとは何ですか?
Auto Adjusting for YoutubeはMingcによって開発されたChromeの拡張機能で、その主な機能は「Adjust Youtube video quality and make player wide automatically」です。
拡張機能のスクリーンショット
Auto Adjusting for Youtube拡張機能のCRXファイルをダウンロード
Auto Adjusting for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just keep it simple and clean. No Ad injection! NEVER track you!
拡張機能の基本情報
名前 | |
ID | lhobbnhfgailbhfjahkkiepjekgllmej |
公式URL | https://chrome.google.com/webstore/detail/auto-adjusting-for-youtub/lhobbnhfgailbhfjahkkiepjekgllmej |
説明 | Adjust Youtube video quality and make player wide automatically |
ファイルサイズ | 13.69 KB |
インストール数 | 111 |
現在のバージョン | 1.0.5 |
最終更新日 | 2013-12-07 |
公開日 | 2013-12-07 |
評価 | 4.00/5 合計 7 レビュー |
開発者 | Mingc |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://[email protected] |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Adjusting for Youtube", "short_name": "AA for Youtube", "description": "Adjust Youtube video quality and make player wide automatically", "version": "1.0.5", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/watch*" ], "js": [ "youtube.js" ], "run_at": "document_end" } ], "options_page": "options.html", "permissions": [ "*:\/\/www.youtube.com\/*", "storage" ] } |