Force HTTPS for all traffic
This extension will force HTTPS for all outgoing connections.
Apa itu Force HTTPS for all traffic?
Force HTTPS for all traffic adalah ekstensi Chrome yang dikembangkan oleh Piotr Duszyński, dan fitur utamanya adalah "This extension will force HTTPS for all outgoing connections.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Force HTTPS for all traffic
Unduh file ekstensi Force HTTPS for all traffic dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Force HTTPS for all traffic |
ID | dpipdndjcofdfhknlfloeokjiooiojoo |
URL Resmi | https://chromewebstore.google.com/detail/force-https-for-all-traff/dpipdndjcofdfhknlfloeokjiooiojoo |
Deskripsi | This extension will force HTTPS for all outgoing connections. |
Ukuran File | 68.28 KB |
Jumlah Instalasi | 817 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-05-22 |
Tanggal Publikasi | 2019-05-19 |
Pengembang | Piotr Duszyński |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://blog.duszynski.eu |
Bahasa yang Didukung | 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 } |