Youtube Controller Hidden Firefox

Examine source code of Youtube Controller Hidden

Inspect and view changes in Youtube Controller Hidden source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Youtube Controller Hidden & Caption Move",
  "version": "1.0.8",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{b4c09d6d-2145-4b10-ae9d-bb63564a1b23}"
    }
  },
  "browser_action": {
    "default_icon": {
      "96": "images/icon96.png",
      "128": "images/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "description": "Youtube Controller hidden & Caption move freely",
  "icons": {
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "commands": {
    "alway_show": {
      "suggested_key": {
        "default": "Alt+J",
        "mac": "Alt+J"
      },
      "description": "alway_show_progressbar"
    },
    "hidden_btn": {
      "suggested_key": {
        "default": "Alt+K",
        "mac": "Alt+K"
      },
      "description": "hidden_playerbutton"
    },
    "hidden_progressbar": {
      "suggested_key": {
        "default": "Alt+L",
        "mac": "Alt+L"
      },
      "description": "hidden_progressbar"
    },
    "hidden_all": {
      "suggested_key": {
        "default": "Alt+H",
        "mac": "Alt+H"
      },
      "description": "hidden_all"
    },
    "hidden_title_only": {
      "suggested_key": {
        "default": "Alt+U",
        "mac": "Alt+U"
      },
      "description": "hidden_title_only"
    }
  }
}

Best Youtube Controller Hidden Alternatives

Here are some Firefox add-ons that are similar to Youtube Controller Hidden: