VRV Next Button

VRV Next Button

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

Merlin
Additional files are visible only to premium users

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"
  }
}