Insecure Links Highlighter Firefox

Examine source code of Insecure Links Highlighter

Inspect and view changes in Insecure Links Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "$schema": "http://json.schemastore.org/chrome-manifest",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.29",
  "author": "Victor Engmark",
  "homepage_url": "https://gitlab.com/engmark/insecure-links-highlighter",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.min.js",
        "defaultOptions.js",
        "dom.js",
        "url.js",
        "highlight.js"
      ],
      "all_frames": true
    }
  ],
  "options_ui": {
    "browser_style": false,
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{da90161a-9c5c-4315-adae-2eedbe24810a}",
      "strict_min_version": "113.0"
    },
    "gecko_android": {
      "id": "{da90161a-9c5c-4315-adae-2eedbe24810a}",
      "strict_min_version": "113.0"
    }
  }
}

Best Insecure Links Highlighter Alternatives

Here are some Firefox add-ons that are similar to Insecure Links Highlighter: