Force HTTPS for all traffic
This extension will force HTTPS for all outgoing connections.
Cos'è Force HTTPS for all traffic?
Force HTTPS for all traffic è un'estensione di Chrome sviluppata da Piotr Duszyński, e la sua funzione principale è "This extension will force HTTPS for all outgoing connections.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Force HTTPS for all traffic
Scarica i file di estensione Force HTTPS for all traffic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Force HTTPS for all traffic |
ID | dpipdndjcofdfhknlfloeokjiooiojoo |
URL Ufficiale | https://chromewebstore.google.com/detail/force-https-for-all-traff/dpipdndjcofdfhknlfloeokjiooiojoo |
Descrizione | This extension will force HTTPS for all outgoing connections. |
Dimensione del File | 68.28 KB |
Conteggio Installazioni | 817 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-05-22 |
Data di Pubblicazione | 2019-05-19 |
Sviluppatore | Piotr Duszyński |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://blog.duszynski.eu |
Lingue Supportate | 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 } |