作者: 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: