FastStream Video Player Firefox

Examine source code of FastStream Video Player

Por: Andrew S
Inspect and view changes in FastStream Video Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.3.72.2",
  "author": "Andrew S",
  "options_ui": {
    "page": "player/options/index.html",
    "open_in_tab": false
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_icon": "icon128.png",
    "default_title": "__MSG_extension_toggle_label__"
  },
  "background": {
    "scripts": [
      "background/background.mjs"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.bilibili.com/*",
        "https://www.bilibili.tv/*"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "js": [
        "custom/bilibili_content.js"
      ]
    },
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "js": [
        "custom/facebook_content.js"
      ]
    },
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "custom/instagram_content.js"
      ]
    },
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://youtube.com/*",
        "https://m.youtube.com/*",
        "https://music.youtube.com/*",
        "https://www.youtube-nocookie.com/*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "custom/yt_content.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "declarativeNetRequest",
    "downloads",
    "cookies",
    "contextualIdentities"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "player/index.html",
        "player/options/index.html",
        "custom/instagram_inject.js",
        "temp/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F"
      }
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "faststream@andrews",
      "strict_min_version": "113.0"
    }
  }
}

Melhores alternativas FastStream Video Player

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