Force HTTPS for all traffic
This extension will force HTTPS for all outgoing connections.
Vad är Force HTTPS for all traffic?
Force HTTPS for all traffic är en Chrome-tillägg utvecklad av Piotr Duszyński, och dess huvudfunktion är "This extension will force HTTPS for all outgoing connections.".
Tilläggsskärmbilder
Ladda ner Force HTTPS for all traffic-förlängningens CRX-fil
Ladda ner Force HTTPS for all traffic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dpipdndjcofdfhknlfloeokjiooiojoo |
| Officiell webbadress | https://chromewebstore.google.com/detail/force-https-for-all-traff/dpipdndjcofdfhknlfloeokjiooiojoo |
| Beskrivning | This extension will force HTTPS for all outgoing connections. |
| Filstorlek | 68.28 KB |
| Antal Installationer | 817 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2019-05-22 |
| Publiceringsdatum | 2019-05-19 |
| Utvecklare | Piotr Duszyński |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://blog.duszynski.eu |
| Stödda Språk | 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
} | |