YouTube Alternative Switch Firefox

Examine source code of YouTube Alternative Switch

Inspect and view changes in YouTube Alternative Switch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YouTube Alternative Switch",
  "version": "2.1.1",
  "description": "Quickly switch videos between YouTube, Piped, Invidious and Chat Replay.",
  "permissions": [
    "tabs",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "manifest_version": 2,
  "icons": {
    "48": "./icons/logo-48.png",
    "96": "./icons/logo-96.png",
    "120": "./icons/logo-120.png"
  },
  "options_ui": {
    "page": "./options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0290a66b-cebd-47e3-9475-9da502aab1ff}"
    }
  },
  "commands": {
    "switch-current-tab-youtube": {
      "suggested_key": {
        "default": "Shift+Alt+Y"
      },
      "description": "Switch Current Tab to YouTube"
    },
    "switch-current-tab-piped": {
      "suggested_key": {
        "default": "Shift+Alt+P"
      },
      "description": "Switch Current Tab to Piped"
    },
    "switch-current-tab-invidious": {
      "suggested_key": {
        "default": "Shift+Alt+I"
      },
      "description": "Switch Current Tab to Invidious"
    },
    "switch-current-tab-chat-replay": {
      "suggested_key": {
        "default": "Shift+Alt+C"
      },
      "description": "Switch Current Tab to Chat Replay"
    },
    "switch-new-tab-youtube": {
      "suggested_key": {
        "default": "Ctrl+Alt+Y"
      },
      "description": "Open Current Tab in New YouTube Tab"
    },
    "switch-new-tab-piped": {
      "suggested_key": {
        "default": "Ctrl+Alt+P"
      },
      "description": "Open Current Tab in New Piped Tab"
    },
    "switch-new-tab-invidious": {
      "suggested_key": {
        "default": "Ctrl+Alt+I"
      },
      "description": "Open Current Tab in New Invidious Tab"
    },
    "switch-new-tab-chat-replay": {
      "suggested_key": {
        "default": "Ctrl+Alt+C"
      },
      "description": "Open Current Tab in New Chat Replay Tab"
    }
  }
}

Best YouTube Alternative Switch Alternatives

Here are some Firefox add-ons that are similar to YouTube Alternative Switch: