YouTube Player Speed Controls
Adds playback speed controls to player control bar.
YouTube Player Speed Controlsとは何ですか?
YouTube Player Speed ControlsはSeishin4realによって開発されたChromeの拡張機能で、その主な機能は「Adds playback speed controls to player control bar.」です。
拡張機能のスクリーンショット
YouTube Player Speed Controls拡張機能のCRXファイルをダウンロード
YouTube Player Speed Controls拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds playback speed controls to the control bar of the youtube player. 拡張機能の基本情報
| 名前 | |
| ID | acibbdogpnpdfhhhhiofgegplmhhffgf |
| 公式URL | https://chromewebstore.google.com/detail/youtube-player-speed-cont/acibbdogpnpdfhhhhiofgegplmhhffgf |
| 説明 | Adds playback speed controls to player control bar. |
| ファイルサイズ | 14.8 KB |
| インストール数 | 975 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-05-02 |
| 公開日 | 2019-05-02 |
| 評価 | 4.29/5 合計 17 レビュー |
| 開発者 | Seishin4real |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Player Speed Controls",
"version": "1.0",
"manifest_version": 2,
"description": "Adds playback speed controls to player control bar.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon48.png"
},
"permissions": [
"storage",
"*:\/\/www.youtube.com\/*"
],
"options_page": "options.html",
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/www.youtube.com\/*"
],
"css": [
"styles.css"
],
"js": [
"scripts\/scripts.js"
]
}
]
} | |