Browser Video Player Firefox

Examine source code of Browser Video Player

제작자: Max Sebastian
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}"
    }
  }
}

최고의 Browser Video Player 대안

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