Youtube Preview Firefox

Examine source code of Youtube Preview

By: rspark Add-on
Inspect and view changes in Youtube Preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Youtube Preview",
  "description": "Preview youtube videos with video thumbnails or video itself without leaving that page.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "youtube-preview_m.qayyum@live.com",
      "strict_min_version": "42.0"
    }
  },
  "version": "1.3",
  "icons": {
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "matches": [
        "*://www.youtube.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "images/*.png",
    "style.css"
  ]
}

Best Youtube Preview Alternatives

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