Sports VPN
VPN to connect to sport streaming services
Sports VPN란 무엇입니까?
Sports VPN은(는) Sports VPN에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VPN to connect to sport streaming services"입니다.
확장 프로그램 스크린샷
Sports VPN 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The official Sports VPN, used to connect with sports-vpn.com for high quality streaming and VPN connections.
확장 프로그램 기본 정보
이름 | Sports VPN |
ID | napljpgbpkoancpefadnfbfnmbpghkcc |
공식 URL | https://chromewebstore.google.com/detail/sports-vpn/napljpgbpkoancpefadnfbfnmbpghkcc |
설명 | VPN to connect to sport streaming services |
파일 크기 | 642 KB |
설치 횟수 | 135 |
현재 버전 | 1.2 |
최근 업데이트 | 2023-09-13 |
출시 날짜 | 2023-03-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Sports VPN |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sports-vpn.com/set-up |
도움말 페이지 URL | https://sports-vpn.com/contact-us |
개인정보 보호 정책 페이지 URL | https://sports-vpn.com/policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sports VPN", "description": "VPN to connect to sport streaming services", "version": "1.2", "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" } }, "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "permissions": [ "webRequest", "webRequestAuthProvider", "proxy", "storage" ], "background": { "service_worker": "service-worker.js" }, "host_permissions": [ " |