RVRB Auto Liker

Automatically like new songs playing on https://app.rvrb.one

O que é RVRB Auto Liker?

RVRB Auto Liker é uma extensão do Chrome desenvolvida por Palmunder, e sua principal característica é "Automatically like new songs playing on https://app.rvrb.one".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RVRB Auto Liker

Baixe arquivos de extensão RVRB Auto Liker 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

                        Enabling this extension will automatically like any RVRB song which is currently playing, allowing likes to be distributed for each song as it is played. Not affiliated with the RVRB core developer team.                    

Informações Básicas da Extensão

Nome RVRB Auto Liker RVRB Auto Liker
ID pgedcjbogicndccilbpihnnaeofdphha
URL Oficial https://chromewebstore.google.com/detail/rvrb-auto-liker/pgedcjbogicndccilbpihnnaeofdphha
Descrição Automatically like new songs playing on https://app.rvrb.one
Tamanho do Arquivo 3.47 KB
Contagem de Instalações 173
Versão Atual 0.2
Última Atualização 2023-04-03
Data de Publicação 2022-11-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Palmunder
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://oscars.dev
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RVRB Auto Liker",
    "version": "0.2",
    "description": "Automatically like new songs playing on https:\/\/app.rvrb.one",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/app.rvrb.one\/*"
            ]
        }
    ]
}