Change YouTube Speed 0.0625x to 16x
Change playback speed of YouTube videos from 0.0625x to 16x.
Change YouTube Speed 0.0625x to 16xとは何ですか?
Change YouTube Speed 0.0625x to 16xはAenosによって開発されたChromeの拡張機能で、その主な機能は「Change playback speed of YouTube videos from 0.0625x to 16x.」です。
拡張機能のスクリーンショット
Change YouTube Speed 0.0625x to 16x拡張機能のCRXファイルをダウンロード
Change YouTube Speed 0.0625x to 16x拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Elevate your YouTube viewing experience with our Chrome extension that lets you control the playback speed of videos. With a simple slider, you can set speeds anywhere from 0.0625x for ultra-slow motion to 16x for a quick watch. Whether you want to take your time understanding tutorials or speed through lengthy content, our extension puts you in charge. This user-friendly tool is designed for convenience, allowing you to adjust playback speed effortlessly. Slow down videos to catch every detail or speed them up for efficient watching. Download our extension now and take control of your YouTube experience by customizing playback speeds to suit your preferences.
拡張機能の基本情報
名前 | Change YouTube Speed 0.0625x to 16x |
ID | pklbleajhbaepjkeaacdbddpfifjomdf |
公式URL | https://chromewebstore.google.com/detail/change-youtube-speed-0062/pklbleajhbaepjkeaacdbddpfifjomdf |
説明 | Change playback speed of YouTube videos from 0.0625x to 16x. |
ファイルサイズ | 416 KB |
インストール数 | 76 |
現在のバージョン | 1.2.6 |
最終更新日 | 2023-12-09 |
公開日 | 2023-11-29 |
開発者 | Aenos |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Change YouTube Speed 0.0625x to 16x", "description": "Change playback speed of YouTube videos from 0.0625x to 16x.", "version": "1.2.6", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "scripting", "storage" ], "background": { "service_worker": "service-worker.js" } } |