GoToChannel Firefox

Examine source code of GoToChannel

By: ocean
Inspect and view changes in GoToChannel source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GoToChannel",
  "version": "1.0.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://youtube.com/*",
        "*://*.youtube.com/*",
        "*://www.youtube.com/*",
        "*://youtu.be/*",
        "*://www.youtu.be/*",
        "*://*.youtu.be/*"
      ],
      "js": [
        "index.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking"
  ],
  "icons": {
    "500": "asset/logo-500.png"
  },
  "browser_action": {
    "default_icon": {
      "500": "asset/logo-500.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best GoToChannel Alternatives

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