RVRB Auto Liker

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

Apa itu RVRB Auto Liker?

RVRB Auto Liker adalah ekstensi Chrome yang dikembangkan oleh Palmunder, dan fitur utamanya adalah "Automatically like new songs playing on https://app.rvrb.one".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RVRB Auto Liker

Unduh file ekstensi RVRB Auto Liker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama RVRB Auto Liker RVRB Auto Liker
ID pgedcjbogicndccilbpihnnaeofdphha
URL Resmi https://chromewebstore.google.com/detail/rvrb-auto-liker/pgedcjbogicndccilbpihnnaeofdphha
Deskripsi Automatically like new songs playing on https://app.rvrb.one
Ukuran File 3.47 KB
Jumlah Instalasi 173
Versi Saat Ini 0.2
Terakhir Diperbarui 2023-04-03
Tanggal Publikasi 2022-11-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Palmunder
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://oscars.dev
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}