YT Potato Firefox

Examine source code of YT Potato

Inspect and view changes in YT Potato source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YT Potato",
  "version": "1.1",
  "description": "Loads YouTube videos always in embed mode",
  "icons": {
    "48": "icons/ytpotato-48.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/ytpotato-48.png",
    "default_title": "Add-on enabled"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "ytpotato.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ytpotato@onenice.monster",
      "strict_min_version": "55.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best YT Potato Alternatives

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