XARB Firefox

Examine source code of XARB

Par : xabhi Add-on
Inspect and view changes in XARB source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SKARBPAY - Auto Tap & Buy Alert",
  "version": "1.0.1",
  "description": "Auto-scans P2P orders, matches payment providers (PhonePe, Paytm, Freo, Supermoney, Bank, OTP-UPI), auto-taps Buy button, and triggers instant sound and desktop notifications.",
  "icons": {
    "48": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "permissions": [
    "storage",
    "notifications",
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "ARBBUY SNIPER",
    "default_icon": "icons/icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "icons/icon.svg"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "arbbuy-sniper@gemini.local",
      "strict_min_version": "79.0"
    }
  }
}

Meilleures alternatives XARB

Voici quelques Firefox add-ons qui sont similaires à XARB :