Siege Utils Firefox

Examine source code of Siege Utils

Inspect and view changes in Siege Utils source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Siege Utils",
  "version": "2.6.0",
  "description": "Enhance the Siege experience with better UI and features",
  "permissions": [
    "activeTab",
    "storage",
    "https://siege.hackclub.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{dd59469f-65aa-4081-ba6e-7c3de7cd2bc9}",
      "strict_min_version": "58.0"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Siege Utils"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://siege.hackclub.com/*"
      ],
      "js": [
        "chart.umd.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "catppuccin.css",
    "signal.css",
    "spooky.css",
    "winter.css",
    "slack.css"
  ],
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  }
}

Meilleures alternatives Siege Utils

Voici quelques Firefox add-ons qui sont similaires à Siege Utils :