Video Speed Up (HTML5)

Video Speed Up (HTML5)

Open any video and press key 'S'. Enjoy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Video Speed Up (HTML5)",
  "version": "0.0.7",
  "manifest_version": 2,
  "description": "Open any video and press key 'S'. Enjoy",
  "icons": {
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "css": [
        "css/main.css"
      ],
      "js": [
        "js/main.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "permissions": [
    "activeTab"
  ]
}