HTTP to HTTPS Firefox

Examine source code of HTTP to HTTPS

Por: Moritxius Add-on
Inspect and view changes in HTTP to HTTPS source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "description": "Force Http to Https",
  "manifest_version": 2,
  "name": "HTTP TO HTTPS",
  "version": "4.0",
  "permissions": [
    "storage",
    "*://*/*",
    "webNavigation"
  ],
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "background.js",
        "button.js"
      ]
    }
  ]
}

Mejores alternativas HTTP to HTTPS

Aquí hay algunas Firefox add-ons que son similares a HTTP to HTTPS: