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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Song BPM Finder and Extractor

قم بتنزيل ملفات الامتداد Song BPM Finder and Extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Song BPM Finder and Extractor Song BPM Finder and Extractor
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
عنوان صفحة سياسة الخصوصية 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"
    }
}