Ziggo GO Fast Forward

Ziggo GO Fast Forward

Fast forward Ziggo GO streams without restrictions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ziggo GO Fast Forward",
  "version": "0.0.0.1",
  "description": "Fast forward Ziggo GO streams without restrictions.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.ziggogo.tv/*"
      ],
      "run_at": "document_idle",
      "js": [
        "unrestrictVideo.js"
      ]
    }
  ],
  "manifest_version": 2
}