Smart HTTPS Redirect Firefox

Examine source code of Smart HTTPS Redirect

Inspect and view changes in Smart HTTPS Redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart HTTPS Redirect",
  "version": "1.0",
  "description": "Tự động chuyển các liên kết HTTP sang HTTPS nếu có thể.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "smart-https@yourdomain.com",
      "strict_min_version": "58.0"
    }
  }
}

最佳 Smart HTTPS Redirect 替代方案

这里是一些与Smart HTTPS Redirect类似的Firefox add-on: