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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
            ]
        }
    ]
}