Force HTTPS for all traffic
This extension will force HTTPS for all outgoing connections.
Co je Force HTTPS for all traffic?
Force HTTPS for all traffic je rozšíření Chrome vyvinuté Piotr Duszyński, a jeho hlavní funkcí je „This extension will force HTTPS for all outgoing connections.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Force HTTPS for all traffic
Stáhněte si soubory rozšíření Force HTTPS for all traffic ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Force HTTPS for all traffic |
ID | dpipdndjcofdfhknlfloeokjiooiojoo |
Oficiální URL | https://chromewebstore.google.com/detail/force-https-for-all-traff/dpipdndjcofdfhknlfloeokjiooiojoo |
Popis | This extension will force HTTPS for all outgoing connections. |
Velikost souboru | 68.28 KB |
Počet instalací | 817 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-05-22 |
Datum Vydání | 2019-05-19 |
Vývojář | Piotr Duszyński |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://blog.duszynski.eu |
Podporované Jazyky | 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 } |