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
官方網址 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\/*"
            ]
        }
    ]
}