提供元: 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をいくつか紹介します: