Force HTTPS (SSL/TLS)
Automatically use HTTPS (SSL/TLS Certificate) on websites.
Force HTTPS (SSL/TLS)란 무엇입니까?
Force HTTPS (SSL/TLS)은(는) JB에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically use HTTPS (SSL/TLS Certificate) on websites."입니다.
확장 프로그램 스크린샷
Force HTTPS (SSL/TLS) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"Force HTTPS (SSL/TLS)" automatically force your broswer to use HTTPS (SSL or TLS) instead of HTTP. HTTPS, also called HTTP over TLS or HTTP over SSL, use the TLS (or SSL, its predecessor) encryption protocol, designed to provide communications security on the network. It protects the data you send and receive through the websites, adding security and keeping your privacy. By default, "Force HTTPS (SSL/TLS)" will use HTTPS on all the websites, you can disable/enable this easily, anytime, but if you still want to use HTTP on some websites, you can disable HTTPS on a specific domain or even on a specific page. You can switch from HTTPS to HTTP or HTTP to HTTPS anytime on any page or domain. If you have a problem or want me to add some features, feel free to contact me :)
확장 프로그램 기본 정보
이름 | Force HTTPS (SSL/TLS) |
ID | gmcndcpdefigilbgpohccbocjdfeakgl |
공식 URL | https://chromewebstore.google.com/detail/force-https-ssltls/gmcndcpdefigilbgpohccbocjdfeakgl |
설명 | Automatically use HTTPS (SSL/TLS Certificate) on websites. |
파일 크기 | 23.24 KB |
설치 횟수 | 3,134 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2023-12-21 |
출시 날짜 | 2018-11-12 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | JB |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sites.google.com/view/force-https |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/force-https |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.3", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "webNavigation", "tabs", "storage" ], "background": { "scripts": [ "background.js", "functions_common.js", "strings_common.js" ], "persistent": true }, "options_page": "page_options.html", "browser_action": { "default_popup": "page_popup.html", "default_icon": { "16": "images\/locker_green_16p.png", "32": "images\/locker_green_32p.png", "48": "images\/locker_green_48p.png", "128": "images\/locker_green_128p.png" } }, "icons": { "16": "images\/locker_green_16p.png", "32": "images\/locker_green_32p.png", "48": "images\/locker_green_48p.png", "128": "images\/locker_green_128p.png" }, "manifest_version": 2 } |