speed up videos
This extension speed up videos based in HTML5, like udemy and youtube
speed up videosとは何ですか?
speed up videosはleodecm3によって開発されたChromeの拡張機能で、その主な機能は「This extension speed up videos based in HTML5, like udemy and youtube」です。
拡張機能のスクリーンショット
speed up videos拡張機能のCRXファイルをダウンロード
speed up videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension of the freedom to increase the speed of videos based on HTML5. Allows it to increase to 3.5x, 4.0x or custom
拡張機能の基本情報
名前 | speed up videos |
ID | lkfbcmacdfoadbamjdimpjmlkgbpfpbg |
公式URL | https://chromewebstore.google.com/detail/speed-up-videos/lkfbcmacdfoadbamjdimpjmlkgbpfpbg |
説明 | This extension speed up videos based in HTML5, like udemy and youtube |
ファイルサイズ | 75.29 KB |
インストール数 | 202 |
現在のバージョン | 2.0 |
最終更新日 | 2017-08-10 |
公開日 | 2017-08-09 |
評価 | 4.29/5 合計 7 レビュー |
開発者 | leodecm3 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "speed up videos", "description": "This extension speed up videos based in HTML5, like udemy and youtube", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab" ] } |