Song BPM Finder and Extractor

Get BPM count from music or sound files.

O que é Song BPM Finder and Extractor?

Song BPM Finder and Extractor é uma extensão do Chrome desenvolvida por Xeri Media Crew | XMC, e sua principal característica é "Get BPM count from music or sound files.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Song BPM Finder and Extractor

Baixe arquivos de extensão Song BPM Finder and Extractor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Song BPM Finder and Extractor Song BPM Finder and Extractor
ID abfmcpmjdihbbhinfiainfpaaclnicfd
URL Oficial https://chrome.google.com/webstore/detail/song-bpm-finder-and-extra/abfmcpmjdihbbhinfiainfpaaclnicfd
Descrição Get BPM count from music or sound files.
Tamanho do Arquivo 14.88 KB
Contagem de Instalações 1,000
Versão Atual 1.0.1
Última Atualização 2021-08-03
Data de Publicação 2020-12-01
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Xeri Media Crew | XMC
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.xeriflow.net/privacy-policy
Idiomas Suportados 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"
    }
}