YouTube Speeder

YouTube Speeder

This extension allows the user to change the speed of Youtube 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": "YouTube Speeder",
  "description": "This extension allows the user to change the speed of Youtube videos.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "img/128.png",
    "default_popup": "popup.html",
    "default_title": "YouTube Speeder"
  },
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "http://*/",
    "https://*/"
  ]
}