Ymbed Firefox

Examine source code of Ymbed

제작자: Adriano Soares
Inspect and view changes in Ymbed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ymbed",
  "version": "4.0",
  "description": "A simple firefox extension that when on Youtube, if you click KeyE the current video playing will be fullscreened to the tab it's on.",
  "icons": {
    "48": "icons/ymbed.svg",
    "96": "icons/ymbed.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/watch*"
      ],
      "js": [
        "video-to-embed.js"
      ]
    },
    {
      "matches": [
        "*://*.youtube.com/embed/*"
      ],
      "js": [
        "embed-to-video.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{24e08970-600b-4a3a-ad66-2a5795df940f}"
    }
  }
}

최고의 Ymbed 대안

다음은 Ymbed과(와) 유사한 Firefox add-on입니다: