VRV Next Button

Adds a next button to vrv so you can skip episodes.

ما هو VRV Next Button؟

VRV Next Button هو إضافة Chrome تم تطويرها بواسطة sepehr411، والميزة الرئيسية لها هي "Adds a next button to vrv so you can skip episodes.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة VRV Next Button

قم بتنزيل ملفات الامتداد VRV Next Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Adds a next button to vrv so you can skip episodes.                    

معلومات أساسية عن التمديد

الاسم VRV Next Button VRV Next Button
ID bogncfgdkcjpdnaemoapihoigbhblnla
عنوان URL الرسمي https://chrome.google.com/webstore/detail/vrv-next-button/bogncfgdkcjpdnaemoapihoigbhblnla
الوصف Adds a next button to vrv so you can skip episodes.
حجم الملف 40.02 KB
عدد التثبيتات 255
النسخة الحالية 1.0.2
آخر تحديث 2020-01-04
تاريخ النشر 2020-01-04
تقييم 3.86/5 مجموع تقييمات 7
المطور sepehr411
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VRV Next Button",
    "short_name": "VrvNextButton",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/static.vrv.co\/*"
            ],
            "js": [
                "index.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}