RVRB Auto Liker

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

RVRB Auto Likerคืออะไร?

RVRB Auto Liker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Palmunder และคุณลักษณะหลักของมันคือ "Automatically like new songs playing on https://app.rvrb.one"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RVRB Auto Liker

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}