Browser Video Player Firefox

Examine source code of Browser Video Player

Inspect and view changes in Browser Video Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Video Player Extension",
  "version": "1.2",
  "description": "A Firefox extension to load a folder and play video files.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' blob:; object-src 'self';",
  "browser_action": {
    "default_area": "navbar",
    "default_icon": {
      "48": "icons/icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "video/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d6251c8e-e1c2-4123-92ea-c2761f11afb3}"
    }
  }
}

Meilleures alternatives Browser Video Player

Voici quelques Firefox add-ons qui sont similaires à Browser Video Player :