RVRB Auto Liker
Automatically like new songs playing on https://app.rvrb.one
Qu'est-ce que RVRB Auto Liker ?
RVRB Auto Liker est une extension Chrome développée par Palmunder, et sa fonction principale est "Automatically like new songs playing on https://app.rvrb.one".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RVRB Auto Liker
Téléchargez les fichiers d'extension RVRB Auto Liker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | RVRB Auto Liker |
ID | pgedcjbogicndccilbpihnnaeofdphha |
URL Officiel | https://chromewebstore.google.com/detail/rvrb-auto-liker/pgedcjbogicndccilbpihnnaeofdphha |
Description | Automatically like new songs playing on https://app.rvrb.one |
Taille du Fichier | 3.47 KB |
Nombre d'Installations | 173 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2023-04-03 |
Date de Publication | 2022-11-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Palmunder |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://oscars.dev |
Langues Prises en Charge | 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\/*" ] } ] } |