RVRB Auto Liker

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

What is RVRB Auto Liker?

RVRB Auto Liker is a Chrome extension developed by Palmunder, and its main feature is "Automatically like new songs playing on https://app.rvrb.one".

Extension Screenshots

screenshot

Download RVRB Auto Liker Extension CRX File

Download RVRB Auto Liker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RVRB Auto Liker RVRB Auto Liker
ID pgedcjbogicndccilbpihnnaeofdphha
Official URL https://chromewebstore.google.com/detail/rvrb-auto-liker/pgedcjbogicndccilbpihnnaeofdphha
Description Automatically like new songs playing on https://app.rvrb.one
File Size 3.47 KB
Installation Count 173
Current Version 0.2
Last Updated 2023-04-03
Publish Date 2022-11-25
Rating 5.00/5 Total 1 Ratings
Developer Palmunder
Email [email protected]
Payment Type free
Extension Website https://oscars.dev
Supported Languages 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\/*"
            ]
        }
    ]
}