FunPay Lot Manager Firefox

Examine source code of FunPay Lot Manager

By: bdvzk
Inspect and view changes in FunPay Lot Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FunPay Lot Manager",
  "version": "1.0.1",
  "description": "Quick lot management buttons for FunPay - Remove and Toggle Active state",
  "author": "bdvzk",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "activeTab",
    "*://funpay.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://funpay.com/lots/*/trade*",
        "*://funpay.com/*/lots/*/trade*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://funpay.com/users/*",
        "*://funpay.com/*/users/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "icons/*.svg"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "lot-manager@bdvzk.proton.me",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best FunPay Lot Manager Alternatives

Here are some Firefox add-ons that are similar to FunPay Lot Manager: