BrowserScreen Firefox

Examine source code of BrowserScreen

제작자: Sakkaku Add-on
Inspect and view changes in BrowserScreen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "name": "BrowserScreen",
  "description": "Resizing Video to fit browser screen",
  "version": "2.0.5",
  "browser_specific_settings": {
    "gecko": {
      "id": "{a2c7de26-7f07-466d-8f41-74d83cab5287}",
      "strict_min_version": "42.0"
    }
  },
  "content_scripts": [
    {
      "js": [
        "js/index.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "match_about_blank": true,
      "all_frames": true
    },
    {
      "css": [
        "plyr.css"
      ],
      "matches": [
        "*://*/*"
      ],
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "img/icon128.png"
  },
  "permissions": [
    "tabs",
    "https://cdn.plyr.io/*"
  ]
}

최고의 BrowserScreen 대안

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