Zen Ticket Catcher Firefox

Examine source code of Zen Ticket Catcher

By: kroeker
Inspect and view changes in Zen Ticket Catcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Zen Ticket Catcher",
  "description": "Monitors Fanaticka ticket sector, clicks when available, and sends Telegram alerts.",
  "version": "1.0.0",
  "permissions": [
    "storage",
    "notifications",
    "https://fanaticka.tr/book/maxkorzh_istanbul*",
    "https://api.telegram.org/*"
  ],
  "browser_action": {
    "default_title": "Zen Ticket Catcher",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://fanaticka.tr/book/maxkorzh_istanbul*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon.svg",
    "48": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "zen-ticket-catcher@local"
    }
  }
}

Best Zen Ticket Catcher Alternatives

Here are some Firefox add-ons that are similar to Zen Ticket Catcher: