KickAlert Firefox

Examine source code of KickAlert

Inspect and view changes in KickAlert source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "2.5.1",
  "author": "segelferd",
  "homepage_url": "https://github.com/segelferd/kick-alert",
  "default_locale": "en",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "kickalert@segelferd",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "html/popup.html"
  },
  "background": {
    "service_worker": "src/background.js",
    "scripts": [
      "src/storage.js",
      "src/kickapi.js",
      "src/utils.js",
      "src/pusher.js",
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "src/content.js",
        "src/chat.js",
        "src/adblock-dom-guard.js"
      ],
      "matches": [
        "https://kick.com/*"
      ]
    },
    {
      "js": [
        "src/adblock-gpt-stub.js",
        "src/adblock-worker-hook.js"
      ],
      "matches": [
        "https://kick.com/*"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    }
  ],
  "permissions": [
    "storage",
    "notifications",
    "declarativeNetRequestWithHostAccess",
    "cookies",
    "tabs",
    "alarms",
    "scripting"
  ],
  "host_permissions": [
    "https://kick.com/*",
    "wss://ws-us2.pusher.com/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "enabled": true,
        "id": "ruleset_1",
        "path": "rules.json"
      },
      {
        "id": "ruleset_ads",
        "enabled": false,
        "path": "rules/ad-domains.json"
      }
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src https://fonts.gstatic.com; img-src 'self' https://kick.com https://*.kick.com data:; object-src 'none';"
  }
}

Best KickAlert Alternatives

Here are some Firefox add-ons that are similar to KickAlert: