Video Speed Changer
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…
Video Speed Changerとは何ですか?
Video Speed Changerはthe.sh.developerによって開発されたChromeの拡張機能で、その主な機能は「This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…」です。
拡張機能のスクリーンショット
Video Speed Changer拡張機能のCRXファイルをダウンロード
Video Speed Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to 2.5x easily. This works for html 5 videos only, flash is not supported. 拡張機能の基本情報
| 名前 | |
| ID | nkgldikaifljadeeogdbanlckplpbffj |
| 公式URL | https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj |
| 説明 | This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to… |
| ファイルサイズ | 6.23 KB |
| インストール数 | 13,875 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2015-11-30 |
| 公開日 | 2015-11-30 |
| 評価 | 4.22/5 合計 36 レビュー |
| 開発者 | the.sh.developer |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Video Speed Changer",
"version": "1.0",
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"browser_action": {
"default_title": "Video Speed Changer",
"default_icon": {
"19": "icon-19.png",
"38": "icon-38.png",
"128": "icon-128.png"
}
},
"background": {
"scripts": [
"VideoSpeedChangerLoader.js"
],
"persistent": false
},
"permissions": [
"activeTab"
]
} | |