RVRB Auto Liker

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

什么是RVRB Auto Liker?

RVRB Auto Liker是由Palmunder开发的Chrome扩展程序,该扩展的主要功能是“Automatically like new songs playing on https://app.rvrb.one”。

扩展截图

screenshot

下载RVRB Auto Liker扩展crx文件

下载RVRB Auto Liker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 RVRB Auto Liker RVRB Auto Liker
ID pgedcjbogicndccilbpihnnaeofdphha
官方URL https://chromewebstore.google.com/detail/rvrb-auto-liker/pgedcjbogicndccilbpihnnaeofdphha
简介 Automatically like new songs playing on https://app.rvrb.one
文件大小 3.47 KB
安装次数 173
当前版本 0.2
更新时间 2023-04-03
上架时间 2022-11-25
评分 5.00/5 共1次评分
开发者 Palmunder
电子邮箱 [email protected]
付费类型 free
扩展官网 https://oscars.dev
支持的语言 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\/*"
            ]
        }
    ]
}