Video Speed Controller
Control video speed of video's on any page with the simple chrome extension
Video Speed Controllerとは何ですか?
Video Speed Controllerはvideospeedcontrollerproによって開発されたChromeの拡張機能で、その主な機能は「Control video speed of video's on any page with the simple chrome extension」です。
拡張機能のスクリーンショット
Video Speed Controller拡張機能のCRXファイルをダウンロード
Video Speed Controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Control video speed of video's on any page with the simple chrome extension 拡張機能の基本情報
| 名前 | |
| ID | gmbmliclljegcljoncmaoccifcfmkaem |
| 公式URL | https://chromewebstore.google.com/detail/video-speed-controller/gmbmliclljegcljoncmaoccifcfmkaem |
| 説明 | Control video speed of video's on any page with the simple chrome extension |
| ファイルサイズ | 66.69 KB |
| インストール数 | 3,218 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2023-06-29 |
| 公開日 | 2023-06-20 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | videospeedcontrollerpro |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Video Speed Controller",
"version": "1.1",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"32": "icon128.png",
"64": "icon128.png",
"128": "icon128.png"
}
},
"host_permissions": [
" | |