Chronos - Speed up the videos and podcasts Firefox

Examine source code of Chronos - Speed up the videos and podcasts

By: tsopeh
Inspect and view changes in Chronos - Speed up the videos and podcasts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Chronos",
  "version": "1.2.0",
  "description": "Video/Audio playback-rate regulator.",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "./assets/icons/chronos_icon_light-16.png",
    "48": "./assets/icons/chronos_icon_light-48.png",
    "96": "./assets/icons/chronos_icon_light-96.png",
    "128": "./assets/icons/chronos_icon_light-128.png"
  },
  "background": {
    "scripts": [
      "./background/background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Chronos",
    "default_popup": "./popup/popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_idle",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./content/content.js"
      ]
    }
  ]
}

Best Chronos - Speed up the videos and podcasts Alternatives

Here are some Firefox add-ons that are similar to Chronos - Speed up the videos and podcasts: