RVRB Auto Liker

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

Vad är RVRB Auto Liker?

RVRB Auto Liker är en Chrome-tillägg utvecklad av Palmunder, och dess huvudfunktion är "Automatically like new songs playing on https://app.rvrb.one".

Tilläggsskärmbilder

screenshot

Ladda ner RVRB Auto Liker-förlängningens CRX-fil

Ladda ner RVRB Auto Liker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn RVRB Auto Liker RVRB Auto Liker
ID pgedcjbogicndccilbpihnnaeofdphha
Officiell webbadress https://chromewebstore.google.com/detail/rvrb-auto-liker/pgedcjbogicndccilbpihnnaeofdphha
Beskrivning Automatically like new songs playing on https://app.rvrb.one
Filstorlek 3.47 KB
Antal Installationer 173
Aktuell Version 0.2
Senast Uppdaterad 2023-04-03
Publiceringsdatum 2022-11-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Palmunder
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://oscars.dev
Stödda Språk 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\/*"
            ]
        }
    ]
}