stay https
use secure https connection whenever possible
What is stay https?
stay https is a Chrome extension developed by https://j.end.as, and its main feature is "use secure https connection whenever possible".
Extension Screenshots
Download stay https Extension CRX File
Download stay https extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
converts all insecure connections to secure ones features * secure browsing whenever possible * automatic learning as you browse * no external connections or dependencies * ignore list history * 1.5 https to http redirect loop detection * 1.4 improved redirection handling * 1.3 improved user interface * 1.2 new user interface * 1.1 improved subdomain handling * 1.0 stay https first release for more information and source code see http://j.end.as/projects/stay-https
Extension Basic Information
Name | stay https |
ID | gnfhjgicleboihbgbpkmanifnbaeanhf |
Official URL | https://chromewebstore.google.com/detail/stay-https/gnfhjgicleboihbgbpkmanifnbaeanhf |
Description | use secure https connection whenever possible |
File Size | 19.9 KB |
Installation Count | 275 |
Current Version | 1.5 |
Last Updated | 2013-11-23 |
Publish Date | 2013-11-23 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://j.end.as |
Payment Type | free |
Extension Website | https://j.end.as/projects/stay-https |
Help Page URL | https://j.end.as/projects/stay-https |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "stay https", "version": "1.5", "manifest_version": 2, "description": "use secure https connection whenever possible", "homepage_url": "http:\/\/j.end.as\/projects\/stay-https", "icons": { "48": "strict.png" }, "browser_action": { "default_icon": "off.png", "default_title": "stay https", "default_popup": "popup.html" }, "incognito": "split", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "scripts": [ "common.js", "background.js" ] } } |