VRV Next Button

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

What is VRV Next Button?

VRV Next Button is a Chrome extension developed by sepehr411, and its main feature is "Adds a next button to vrv so you can skip episodes.".

Extension Screenshots

screenshot

Download VRV Next Button Extension CRX File

Download VRV Next Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name VRV Next Button VRV Next Button
ID bogncfgdkcjpdnaemoapihoigbhblnla
Official URL https://chrome.google.com/webstore/detail/vrv-next-button/bogncfgdkcjpdnaemoapihoigbhblnla
Description Adds a next button to vrv so you can skip episodes.
File Size 40.02 KB
Installation Count 255
Current Version 1.0.2
Last Updated 2020-01-04
Publish Date 2020-01-04
Rating 3.86/5 Total 7 Ratings
Developer sepehr411
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}