YT Short2Vid Firefox

Examine source code of YT Short2Vid

By: kabigon
Inspect and view changes in YT Short2Vid source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YT Short2Vid",
  "version": "1.0",
  "description": "Modifies specific parts of YouTube URLs",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{65f9b0d9-c33c-4b47-9dd7-093d10ff23fe}"
    }
  }
}

Best YT Short2Vid Alternatives

Here are some Firefox add-ons that are similar to YT Short2Vid: