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
Eメール [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\/*"
            ]
        }
    ]
}