EventSource Monitor Firefox

Examine source code of EventSource Monitor

Inspect and view changes in EventSource Monitor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "EventSource Monitor",
  "version": "1.0.0",
  "description": "Monitor Server-Sent Events on any page in real time. Available in English and Hindi.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{2e170bb7-c339-410a-9758-2d0d735df10a}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon16.png",
      "32": "img/icon32.png",
      "48": "img/icon48.png",
      "96": "img/icon96.png",
      "128": "img/icon128.png"
    },
    "default_title": "EventSource Monitor",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "96": "img/icon96.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best EventSource Monitor Alternatives

Here are some Firefox add-ons that are similar to EventSource Monitor: