Force HTTPS for all traffic
This extension will force HTTPS for all outgoing connections.
Force HTTPS for all traffic란 무엇입니까?
Force HTTPS for all traffic은(는) Piotr Duszyński에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will force HTTPS for all outgoing connections."입니다.
확장 프로그램 스크린샷
Force HTTPS for all traffic 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Force HTTPS for all traffic |
ID | dpipdndjcofdfhknlfloeokjiooiojoo |
공식 URL | https://chromewebstore.google.com/detail/force-https-for-all-traff/dpipdndjcofdfhknlfloeokjiooiojoo |
설명 | This extension will force HTTPS for all outgoing connections. |
파일 크기 | 68.28 KB |
설치 횟수 | 817 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-05-22 |
출시 날짜 | 2019-05-19 |
개발자 | Piotr Duszyński |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://blog.duszynski.eu |
지원되는 언어 | 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 } |