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 с друзьями, чтобы легко установить расширения 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.                    

Основная информация о расширении

Название 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
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"
    }
}