Youtube Metronome
Play a metronome along to YouTube videos. Do you want to practice playing a song on YouTube? This extension finds bpm and key for…
什麼是Youtube Metronome?
Youtube Metronome是由https://andreev.work開發的Chrome擴展程式,該擴展的主要功能是“Play a metronome along to YouTube videos. Do you want to practice playing a song on YouTube? This extension finds bpm and key for…”。
擴展截圖
下載Youtube Metronome擴展crx文件
下載Youtube Metronome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Play a metronome along to YouTube videos. Do you want to practice playing a song on YouTube? This extension finds bpm and key for music videos on YouTube from a Database of millons of songs and lets you play a metronome. Turn on Auto-Sync to let the metronome find the rhythm automatically (works well for drum-heavy tracks). The bpm and key are queried from a database, not analyzed from the audio! You get 5 free songs to try it out. If you need the extension but can't afford it, scroll down to "Additional Information" > "Contact the developer". We'll find a way for you to use it anyways.
擴展基本資訊
名稱 | |
ID | fdkbpgmenembjcifameimdbakhkciidg |
官方網址 | https://chromewebstore.google.com/detail/youtube-metronome/fdkbpgmenembjcifameimdbakhkciidg |
簡介 | Play a metronome along to YouTube videos. Do you want to practice playing a song on YouTube? This extension finds bpm and key for… |
檔案大小 | 804 KB |
安裝次數 | 8,206 |
目前版本 | 1.1.0.8 |
更新時間 | 2022-01-14 |
上架時間 | 2020-06-06 |
評分 | 3.15/5 共 41 次評分 |
開發者 | https://andreev.work |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://youtubemetronome.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0.8", "manifest_version": 2, "name": "Youtube Metronome", "background": { "page": "background.html", "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/metronome16.png", "24": "images\/metronome24.png", "32": "images\/metronome32.png" }, "default_title": "Youtube Metronome" }, "icons": { "16": "images\/metronome16.png", "48": "images\/metronome48.png", "128": "images\/metronome128.png" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/us-central1-yt-metro.cloudfunctions.net https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.googletagmanager.com https:\/\/browser.sentry-cdn.com https:\/\/www.google-analytics.com; object-src 'self'", "devtools_page": "devtools.html", "web_accessible_resources": [ "audio\/*.wav" ], "permissions": [ "activeTab", "storage", "tabs" ] } |