Vimeo Speed Contoller

Vimeo Speed Contoller

Control Vimeo Playback Speed

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Vimeo Speed Contoller",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Control Vimeo Playback Speed",
  "permissions": [
    "declarativeContent",
    "activeTab"
  ],
  "icons": {
    "16": "VSC-16-2.png",
    "32": "VSC-32.png",
    "48": "VSC-48.png",
    "128": "VSC-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "name": "Control Vimeo Playback Speed",
    "default_icon": {
      "16": "VSC-16-2.png",
      "32": "VSC-32.png"
    },
    "default_popup": "speed_select.html"
  }
}