Song BPM Finder and Extractor
Get BPM count from music or sound files.
Song BPM Finder and Extractorคืออะไร?
Song BPM Finder and Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xeri Media Crew | XMC และคุณลักษณะหลักของมันคือ "Get BPM count from music or sound files."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Song BPM Finder and Extractor
ดาวน์โหลดไฟล์ส่วนขยาย Song BPM Finder and Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find BPM count of every music or sound file. With the Song BPM Finder you can extract the BPM and find the speed of a beat.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | abfmcpmjdihbbhinfiainfpaaclnicfd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/song-bpm-finder-and-extra/abfmcpmjdihbbhinfiainfpaaclnicfd |
คำอธิบาย | Get BPM count from music or sound files. |
ขนาดไฟล์ | 14.88 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-08-03 |
วันที่เผยแพร่ | 2020-12-01 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Xeri Media Crew | XMC |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.xeriflow.net/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Song BPM Finder and Extractor", "description": "Get BPM count from music or sound files.", "version": "1.0.1", "permissions": [ "background" ], "background": { "page": "bg.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "popup": "popup.html", "default_popup": "default.html" } } |