SmartOLT Custom Linker Firefox

Examine source code of SmartOLT Custom Linker

Inspect and view changes in SmartOLT Custom Linker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SmartOLT Custom Linker",
  "version": "1",
  "description": "Adds a configurable custom link to SmartOLT ONT pages based on the device serial number.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "48": "icons/link-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.smartolt.com/onu/view/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "smartolt-linker@smartolt.com"
    }
  }
}

Best SmartOLT Custom Linker Alternatives

Here are some Firefox add-ons that are similar to SmartOLT Custom Linker: