CIMEA PAYMENT HELPER Firefox

Examine source code of CIMEA PAYMENT HELPER

Inspect and view changes in CIMEA PAYMENT HELPER source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CIMEA PAYMENT HELPER",
  "version": "3.0",
  "description": "CIMEA payment automation helper — select elements and auto-click in sequence.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "https://cimea-license2.vercel.app/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "cimea-payment@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ],
        "optional": []
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "CIMEA PAYMENT HELPER",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best CIMEA PAYMENT HELPER Alternatives

Here are some Firefox add-ons that are similar to CIMEA PAYMENT HELPER: