ExtremeLot - Chat Personalizzata (v.1) Firefox

Examine source code of ExtremeLot - Chat Personalizzata (v.1)

By: Vahlia
Inspect and view changes in ExtremeLot - Chat Personalizzata (v.1) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ExtremeLot - Chat personalizzata",
  "version": "1.4",
  "description": "Cambia i colori della chat su Extremelot",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.extremelot.eu/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.extremelot.eu/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f5ca392d-914e-4153-8027-55a122270246}",
      "strict_min_version": "109.0"
    }
  }
}

Best ExtremeLot - Chat Personalizzata (v.1) Alternatives

Here are some Firefox add-ons that are similar to ExtremeLot - Chat Personalizzata (v.1):