Kick Embed Fix Firefox

Examine source code of Kick Embed Fix

Par : hiffer
Inspect and view changes in Kick Embed Fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Kick Embed Fix",
  "version": "2.0.0",
  "description": "Improves Kick.com embedded players by redirecting to the main Kick site and enhancing the viewing experience.",
  "browser_specific_settings": {
    "gecko": {
      "id": "kickembed-fix@hiffer.addon",
      "strict_min_version": "89.0"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "*://kick.com/*",
    "*://player.kick.com/*",
    "*://*.destiny.gg/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://player.kick.com/*"
      ],
      "js": [
        "content-scripts/player-kick.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://kick.com/*"
      ],
      "js": [
        "content-scripts/kick.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://www.destiny.gg/bigscreen*"
      ],
      "js": [
        "content-scripts/inject.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    },
    "default_title": "Kick Embed Fix (Enabled)",
    "theme_icons": [
      {
        "light": "icons/icon16.png",
        "dark": "icons/icon16.png",
        "size": 16
      },
      {
        "light": "icons/icon48.png",
        "dark": "icons/icon48.png",
        "size": 48
      }
    ],
    "browser_style": true
  }
}

Meilleures alternatives Kick Embed Fix

Voici quelques Firefox add-ons qui sont similaires à Kick Embed Fix :