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文件
下载Sports VPN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The official Sports VPN, used to connect with sports-vpn.com for high quality streaming and VPN connections. 扩展基本信息
| 名称 | |
| 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": [
" | |