MNR - YouTube Video Unlimited Speeder
This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.
MNR - YouTube Video Unlimited Speederとは何ですか?
MNR - YouTube Video Unlimited SpeederはNasir Rahimiによって開発されたChromeの拡張機能で、その主な機能は「This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.」です。
拡張機能のスクリーンショット
MNR - YouTube Video Unlimited Speeder拡張機能のCRXファイルをダウンロード
MNR - YouTube Video Unlimited Speeder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension you can speed up YouTube videos more than 2x by pressing (Alt + Ctrl + U), to slow down a YouTube video press (Alt + Ctrl + D) and to make it normal press (Alt + Ctrl + N).
拡張機能の基本情報
名前 | MNR - YouTube Video Unlimited Speeder |
ID | eakinmgjpkiadkdopgomfabcmgfbeggm |
公式URL | https://chromewebstore.google.com/detail/mnr-youtube-video-unlimit/eakinmgjpkiadkdopgomfabcmgfbeggm |
説明 | This extension provides shortcut keys to speed up & slow down YouTube video more than 2x. |
ファイルサイズ | 28.55 KB |
インストール数 | 166 |
現在のバージョン | 0.1.0 |
最終更新日 | 2020-09-04 |
公開日 | 2020-09-04 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | Nasir Rahimi |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MNR - YouTube Video Unlimited Speeder", "version": "0.1.0", "description": "This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.", "manifest_version": 2, "page_action": { "default_title": "MNR - YouTube Video Unlimited Speeder", "default_icon": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" } }, "content_scripts": [ { "js": [ "app.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_idle" } ], "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "permissions": [ "https:\/\/www.youtube.com\/*" ] } |