2x Speed
Change video speed on the web page to 2x speed
2x Speedとは何ですか?
2x SpeedはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Change video speed on the web page to 2x speed」です。
拡張機能のスクリーンショット
2x Speed拡張機能のCRXファイルをダウンロード
2x Speed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When this extension is clicked, this extension doubles the playback speed of the video in the page.
拡張機能の基本情報
名前 | 2x Speed |
ID | olomblpgcmhcgpijaioadbecpidmmdmb |
公式URL | https://chromewebstore.google.com/detail/2x-speed/olomblpgcmhcgpijaioadbecpidmmdmb |
説明 | Change video speed on the web page to 2x speed |
ファイルサイズ | 37.39 KB |
インストール数 | 1,652 |
現在のバージョン | 0.0.1 |
最終更新日 | 2019-07-18 |
公開日 | 2019-07-17 |
評価 | 3.75/5 合計 4 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/redshoga/2x-video-extension |
ヘルプページのURL | https://github.com/redshoga/2x-video-extension/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2x Speed", "version": "0.0.1", "description": "Change video speed on the web page to 2x speed", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "background": { "scripts": [ "background.js" ] } } |