Enhanced L00tCase UX Firefox

Examine source code of Enhanced L00tCase UX

Inspect and view changes in Enhanced L00tCase UX source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Enhanced L00tCase User Experience",
  "description": "Enhances the overall user experience on the LootCase website by adding several useful features.",
  "version": "1.32.7",
  "browser_specific_settings": {
    "gecko": {
      "id": "{eda9a3da-1f3b-41d2-92aa-8290e18cfd64}",
      "strict_min_version": "130.0"
    },
    "gecko_android": {
      "strict_min_version": "130.0"
    }
  },
  "browser_action": {
    "default_icon": {
      "32": "assets/icon.png"
    },
    "default_title": "Enhanced L00tCase User Experience",
    "default_popup": "html/main.html"
  },
  "icons": {
    "128": "assets/icon.png"
  },
  "background": {
    "scripts": [
      "js/common/utensils.js",
      "js/common/dbManagement.js",
      "js/background/serviceWorker.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "webRequest",
    "https://api.lootcase.gg/api/*",
    "https://api.scryfall.com/cards/*",
    "https://www.twitch.tv/*",
    "https://toby-theblock.github.io/utilities/data-store/LootCase.json"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.lootcase.gg/*"
      ],
      "css": [
        "css/content_scripts/main.css",
        "css/content_scripts/toast.css"
      ],
      "js": [
        "js/common/errorManagement.js",
        "js/common/dbManagement.js",
        "js/common/utensils.js",
        "js/common/toast.js",
        "js/common/chart.js",
        "js/content_scripts/lootDrop.js",
        "js/content_scripts/chat.js",
        "js/content_scripts/cases.js",
        "js/content_scripts/affiliate.js",
        "js/content_scripts/alerts.js",
        "js/content_scripts/profile.js",
        "js/content_scripts/main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "assets/*",
    "js/*",
    "css/*"
  ]
}

Best Enhanced L00tCase UX Alternatives

Here are some Firefox add-ons that are similar to Enhanced L00tCase UX: