Video Speed Tweak

Video Speed Tweak

Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "css": [
        "main.css"
      ],
      "js": [
        "jquery-1.7.2.min.js",
        "main.js"
      ],
      "matches": [
        "*://*.youtube.com/*",
        "*://*.vimeo.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "27",
  "name": "Video Speed Tweak",
  "short_name": "VideoSpeed Tweak",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.1"
}