Service Fabric Explorer Helper Firefox

Examine source code of Service Fabric Explorer Helper

Inspect and view changes in Service Fabric Explorer Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Service Fabric Explorer Helper",
  "description": "A browser extension that enhances the Service Fabric Explorer by providing additional features and functionality.",
  "version": "0.5.1",
  "icons": {
    "128": "icons/service-fabric-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/Explorer*",
        "*://*/explorer*"
      ],
      "js": [
        "sfx-core.js",
        "sfx-modal.js",
        "sfx-api.js",
        "sfx-ui.js",
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "@sfx-helper"
    }
  }
}

Best Service Fabric Explorer Helper Alternatives

Here are some Firefox add-ons that are similar to Service Fabric Explorer Helper: