EpsilonNet Browser Extension Firefox

Examine source code of EpsilonNet Browser Extension

Inspect and view changes in EpsilonNet Browser Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "EpsilonNet Browser Extension",
  "version": "1.0",
  "manifest_version": 2,
  "icons": {
    "16": "epsilon16.png",
    "48": "epsilon48.png",
    "128": "epsilon128.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "author": "Epsilon Net SA",
  "description": "Provides a means of communication between EpsilonNet's web applications and EpsilonNet's Devices Manager.",
  "background": {
    "persistent": true,
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.js",
        "contentScript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5f5d8409-5daa-437d-bd7d-6aeb722a76d0}"
    }
  }
}

Best EpsilonNet Browser Extension Alternatives

Here are some Firefox add-ons that are similar to EpsilonNet Browser Extension: