YouTube Enhancement Suite (YES)
A lightweight extension for enriching your YouTube experience.
YouTube Enhancement Suite (YES)とは何ですか?
YouTube Enhancement Suite (YES)はAnant Mishraによって開発されたChromeの拡張機能で、その主な機能は「A lightweight extension for enriching your YouTube experience.」です。
拡張機能のスクリーンショット
YouTube Enhancement Suite (YES)拡張機能のCRXファイルをダウンロード
YouTube Enhancement Suite (YES)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
✔ Removes annoying end-cards on YT videos. ✔ Lightweight: good on your RAM. ✔ More immersive movies: button to hide the top and bottom bar while watching (keyboard shortcut: 'h') ✔ Volume control with keyboard ('a' and 'd' keys). ✔ Display remaining time on the video. ✔ Display at what time the video ends. ✔ Combine with existing shortcuts of YT: c, m, j, k, l, h, a, d for complete experience.
拡張機能の基本情報
名前 | YouTube Enhancement Suite (YES) |
ID | glemnkobkfifhjpmebpoafilpkmamhoj |
公式URL | https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj |
説明 | A lightweight extension for enriching your YouTube experience. |
ファイルサイズ | 24.38 KB |
インストール数 | 60 |
現在のバージョン | 1.7.2 |
最終更新日 | 2020-12-12 |
公開日 | 2020-12-11 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Anant Mishra |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Enhancement Suite (YES)", "version": "1.7.2", "description": "A lightweight extension for enriching your YouTube experience.", "manifest_version": 2, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "core.min.js" ], "css": [ "style.min.css" ] } ] } |