Chronotube Firefox

Examine source code of Chronotube

Inspect and view changes in Chronotube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Chronotube",
  "icons": {
    "24": "src/icon.svg",
    "48": "src/icon.svg",
    "96": "src/icon.svg",
    "192": "src/icon.svg",
    "384": "src/icon.svg"
  },
  "options_ui": {
    "page": "src/options.html",
    "browser_style": true,
    "chrome_style": true
  },
  "permissions": [
    "storage",
    "history"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "src/platforms.js",
        "src/foreground.js"
      ]
    },
    {
      "matches": [
        "*://www.twitch.tv/*"
      ],
      "js": [
        "src/platforms.js",
        "src/foreground.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "src/platforms.js",
      "src/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b97280fa-db1f-454e-83a9-e399f241c7f1}"
    }
  },
  "version": "1.3.0",
  "description": "Automatically updates current YouTube or Twitch VOD URL with the timecode of the playing video",
  "author": "Anton \"necauqua\" Bulakh",
  "homepage_url": "https://github.com/necauqua/chronotube#readme"
}

Best Chronotube Alternatives

Here are some Firefox add-ons that are similar to Chronotube: