Inspect and view changes in sslspeedy2 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"action": {
"default_background": "background.html",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"description": "use https proxy to secure and speed up your web connections.(default direct )",
"host_permissions": [
"http://*/*",
"https://*/*"
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAppmTF8bLsT3kPevJ0XrvmtUmmSSbDexUSgNzwj5rC+qHUTbqEGF18GyQVK0xRwJ3YxG5ExPNaxVX6ZlcArRgCW6f5x8YX7kE0SA8S118F9l5oAASypKrTmkHQvGbTWGgGrG4nkOghsB0K8viLk7mVWGSCB6JfCH9uK0BYJgk5vrINcLU2gYJ3gFU2QCfsKI3MTaI0ljlh8mUsTJWZV42kgYVueODLc6s397P360Ly2dvsGpeGoNhyvdFzrL0+munhmnHNotq3aUFjl6XRkYkQcAIMtKDYcivMD9iheJrVXMjGLiDRcTMH1HhgVz8SJUsouwD4OT9FVQTChb8AWeSGwIDAQAB",
"manifest_version": 3,
"name": "sslspeedy2",
"options_page": "settings.html",
"permissions": [
"proxy",
"tabs",
"storage",
"webRequestAuthProvider",
"webRequest"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.2.4"
}