Video Playback Speed

Video Playback Speed

Allows you to change the playback speed of a video.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Video Playback Speed",
  "description": "Allows you to change the playback speed of a video.",
  "author": "Tom2718",
  "version": "1.0",
  "browser_action": {
    "default_icon": "video-ext.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}