Audio/Video Speed Up Firefox

Examine source code of Audio/Video Speed Up

By: Conrad Add-on
Inspect and view changes in Audio/Video Speed Up source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "1.7",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "settings.html"
  },
  "options_ui": {
    "page": "settings.html",
    "browser_style": false
  },
  "developer": {
    "name": "conrad.rzuc@gmail.com",
    "url": "https://github.com/conradRz/"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*/*"
      ],
      "exclude_matches": [
        "https://plus.google.com/hangouts/*",
        "https://hangouts.google.com/*",
        "https://meet.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "tabs",
    "storage"
  ],
  "commands": {
    "video-speed-up": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "Command+Shift+U"
      },
      "description": "__MSG_Speed_up__"
    },
    "video-speed-down": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "__MSG_Speed_down__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a8161f1c-e5a1-4edc-bf0e-e82880f8e410}"
    }
  }
}

Best Audio/Video Speed Up Alternatives

Here are some Firefox add-ons that are similar to Audio/Video Speed Up: