GitHub Video Player Firefox

Examine source code of GitHub Video Player

Inspect and view changes in GitHub Video Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Video Player",
  "description": "Embeds inline video players for GitHub release asset video links (.mp4, .webm, .mov) in issues and pull requests.",
  "version": "1.0.0",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-video-player@envato.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Melhores alternativas GitHub Video Player

Aqui estão algumas Firefox add-ons que são similares a GitHub Video Player: