stay https
use secure https connection whenever possible
Wat is stay https?
stay https is een Chrome-extensie ontwikkeld door https://j.end.as, en de belangrijkste functie is "use secure https connection whenever possible".
Extensie Screenshots
Download het CRX-bestand van de extensie stay https
Download stay https-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | gnfhjgicleboihbgbpkmanifnbaeanhf |
| Officiële URL | https://chromewebstore.google.com/detail/stay-https/gnfhjgicleboihbgbpkmanifnbaeanhf |
| Beschrijving | use secure https connection whenever possible |
| Bestandsgrootte | 19.9 KB |
| Aantal Installaties | 275 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2013-11-23 |
| Publicatiedatum | 2013-11-23 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://j.end.as |
| Betalingswijze | free |
| Extensiewebsite | https://j.end.as/projects/stay-https |
| Help Pagina-URL | https://j.end.as/projects/stay-https |
| Ondersteunde Talen | 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"
]
}
} | |