Vimeo Livestream Extension

Vimeo Livestream Extension

Add a 2x speed button for videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Vimeo Livestream Extension",
  "version": "0.0.1",
  "description": "Add a 2x speed button for videos.",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://embed.vhx.tv/videos/*"
      ],
      "all_frames": true
    }
  ],
  "author": "Rowan Cockett",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  }
}