HTTP to HTTPS Firefox

Examine source code of HTTP to HTTPS

제작자: Moritxius
Inspect and view changes in HTTP to HTTPS source codes across current and past versions
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"
      ]
    }
  ]
}

최고의 HTTP to HTTPS 대안

다음은 HTTP to HTTPS과(와) 유사한 Firefox add-on입니다: