Force HTTPS for all traffic
This extension will force HTTPS for all outgoing connections.
Wat is Force HTTPS for all traffic?
Force HTTPS for all traffic is een Chrome-extensie ontwikkeld door Piotr Duszyński, en de belangrijkste functie is "This extension will force HTTPS for all outgoing connections.".
Extensie Screenshots
Download het CRX-bestand van de extensie Force HTTPS for all traffic
Download Force HTTPS for all traffic-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
This extension will force HTTPS for all outgoing connections in order to improve users' security. Note: Be aware that some website might stop working. Unfortunately, this is the price that has to be paid for disabling unencrypted traffic. Consider using a VPN (with DNS forwarding support) to access those pages.
Basisinformatie over de Extensie
Naam | Force HTTPS for all traffic |
ID | dpipdndjcofdfhknlfloeokjiooiojoo |
Officiële URL | https://chromewebstore.google.com/detail/force-https-for-all-traff/dpipdndjcofdfhknlfloeokjiooiojoo |
Beschrijving | This extension will force HTTPS for all outgoing connections. |
Bestandsgrootte | 68.28 KB |
Aantal Installaties | 817 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-05-22 |
Publicatiedatum | 2019-05-19 |
Ontwikkelaar | Piotr Duszyński |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://blog.duszynski.eu |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Force HTTPS for all traffic", "short_name": "Force HTTPS", "version": "1.0", "default_locale": "en", "description": "This extension will force HTTPS for all outgoing connections.", "homepage_url": "https:\/\/duszynski.eu", "background": { "scripts": [ "src\/bg\/background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icons8-privacy-16.png", "32": "icons\/icons8-privacy-19.png", "48": "icons\/icons8-privacy-48.png", "128": "icons\/icons8-privacy-100.png" } }, "manifest_version": 2 } |