VidBoost Firefox

Examine source code of VidBoost

제작자: HELLO88
Inspect and view changes in VidBoost source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VidBoost",
  "version": "1.0",
  "description": "Enhance video quality and add advanced playback controls",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "VidBoost",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content_scripts/vidboost.css"
      ],
      "js": [
        "content_scripts/vidboost.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "icons/play.svg",
    "icons/pause.svg",
    "icons/fullscreen.svg",
    "icons/volume.svg",
    "icons/subtitles.svg"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f7d33257-db76-48c1-becd-e506135a85a6}"
    }
  }
}

최고의 VidBoost 대안

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