HYdeT Firefox

Examine source code of HYdeT

Por: Cube
Inspect and view changes in HYdeT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HYdeT",
  "description": "Press Ctrl+Space to hide or show the Twitch video player controls.",
  "version": "0.0.1",
  "icons": {
    "64": "icons/icon.png"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "persistent": false
  },
  "commands": {
    "hide": {
      "suggested_key": {
        "default": "Ctrl+M"
      },
      "description": "hide/show controls"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.twitch.tv/",
        "https://www.twitch.tv/"
      ],
      "js": [
        "src/hide.js",
        "src/show.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ]
}

Mejores alternativas HYdeT

Aquí hay algunas Firefox add-ons que son similares a HYdeT: