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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://andreev.work และคุณลักษณะหลักของมันคือ "Play a metronome along to YouTube videos. Do you want to practice playing a song on YouTube? This extension finds bpm and key for…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Metronome

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube Metronome Youtube Metronome
ID fdkbpgmenembjcifameimdbakhkciidg
URL อย่างเป็นทางการ 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"
    ]
}