Youtube player for musicians
Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).
Youtube player for musiciansとは何ですか?
Youtube player for musiciansはMcSodbrennerによって開発されたChromeの拡張機能で、その主な機能は「Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).」です。
拡張機能のスクリーンショット
Youtube player for musicians拡張機能のCRXファイルをダウンロード
Youtube player for musicians拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features:
* Change the playback rate in steps of one percent
* Set bookmarks at arbitrary points
Keyboard shortcuts:
* b = set bookmark
* y = jump to previous bookmark
* x = jump to next bookmark
* del = remove bookmark of currently played bookmarked section 拡張機能の基本情報
| 名前 | |
| ID | pdhimaiglppfmcppmejmgekholajpnhc |
| 公式URL | https://chromewebstore.google.com/detail/youtube-player-for-musici/pdhimaiglppfmcppmejmgekholajpnhc |
| 説明 | Useful extension for musicians who want to play to Youtube videos (e.g. Drumless). |
| ファイルサイズ | 43.52 KB |
| インストール数 | 23 |
| 現在のバージョン | 0.9 |
| 最終更新日 | 2020-07-03 |
| 公開日 | 2020-07-02 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | McSodbrenner |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Youtube player for musicians",
"version": "0.9",
"description": "Useful extension for musicians who want to play to Youtube videos (e.g. Drumless).",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch?v=*"
],
"js": [
"base.js",
"vue.min.js",
"index.js"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
"icon16.png"
]
} | |