radiko Keyboard Player
radikoをキーで操作
What is radiko Keyboard Player?
radiko Keyboard Player is a Chrome extension developed by jhirashima, and its main feature is "radikoをキーで操作".
Extension Screenshots
Download radiko Keyboard Player Extension CRX File
Download radiko Keyboard Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
〇 概要 ・ ショートカットキーで radiko のプレイヤーを操作する Chrome 拡張です. 〇 キーバインド一覧 ・ Enter: 再生/停止を切り替え ・ R: 最初から再生 ・ 1 ~ 9: ×10秒スキップ ・ Alt + 1 ~ 9: ×10秒戻る 〇 例 ・「1」を押すと,10秒スキップされます. ・「Alt + 2」を押すと,20秒戻ります. 〇注意 ・Mac なら Alt ではなく,Option を押してください.
Extension Basic Information
Name | radiko Keyboard Player |
ID | ldmmokmjagihapdkngnmlhdooammceja |
Official URL | https://chromewebstore.google.com/detail/radiko-keyboard-player/ldmmokmjagihapdkngnmlhdooammceja |
Description | radikoをキーで操作 |
File Size | 5.78 KB |
Installation Count | 106 |
Current Version | 1.0 |
Last Updated | 2023-06-03 |
Publish Date | 2023-05-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jhirashima |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/0npv527yh9/radiko-Keyboard-Player |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "radiko Keyboard Player", "description": "radiko\u3092\u30ad\u30fc\u3067\u64cd\u4f5c", "version": "1.0", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/radiko.jp\/*" ] } ], "action": { "default_popup": "popup.html" } } |