Youtube Player Settings Firefox

Examine source code of Youtube Player Settings

By: Juan
Inspect and view changes in Youtube Player Settings source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "2.0.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube_no_stable_volume@jc"
    },
    "data_collection_permissions": {
      "required": [
        "none"
      ]
    }
  },
  "name": "Youtube Player Settings",
  "short_name": "YoutubePlayerSettings",
  "description": "Allows to configure items that are enforced against changes or in incognito tabs",
  "author": "Juan Couste",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "action": {
    "default_title": "Settings",
    "default_popup": "action/action.html",
    "default_icon": {
      "16": "img/icon_16.png",
      "32": "img/icon_32.png",
      "48": "img/icon_48.png",
      "128": "img/icon_128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "out/content.js"
      ]
    }
  ]
}

Best Youtube Player Settings Alternatives

Here are some Firefox add-ons that are similar to Youtube Player Settings: