体育直播解锁
一键加速各大体育直播赛事,海外体育迷的福音篮球、足球各大赛事直播解锁
What is 体育直播解锁?
体育直播解锁 is a Chrome extension developed by https://getqingzhou.com, and its main feature is "一键加速各大体育直播赛事,海外体育迷的福音篮球、足球各大赛事直播解锁".
Extension Screenshots
Download 体育直播解锁 Extension CRX File
Download 体育直播解锁 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
体育直播解锁 是一款专门针对中国国内体育赛事视频加速的网络加速器,帮助海外的华人体育爱好者一键链接中国国内各种体育赛事,让您高清看游戏直播、足球、篮球、羽毛球等等各种赛事视频。 体育直播解锁 功能列表: * 加速国内主流体育平台,提供智能和全局加速功能 * 全球部署服务器,提供多条直连和中转的高速线路,看高清赛事视频不再卡顿 * 操作简单,一键连接 * 全天候客服支持,随时解决您的使用问题 体育直播解锁 使用: 1.在Chrome Store中找到 体育直播解锁 并安装到浏览器; 2.选择线路,一键连接; 3.使用 体育直播解锁 访问体育赛事网站。 任何使用问题请加QQ群联系我们:293818043
Extension Basic Information
Name | 体育直播解锁 |
ID | dpkifccmgnanoehlfpibjnmecgclmhgh |
Official URL | https://chromewebstore.google.com/detail/%E4%BD%93%E8%82%B2%E7%9B%B4%E6%92%AD%E8%A7%A3%E9%94%81/dpkifccmgnanoehlfpibjnmecgclmhgh |
Description | 一键加速各大体育直播赛事,海外体育迷的福音篮球、足球各大赛事直播解锁 |
File Size | 143 KB |
Installation Count | 93 |
Current Version | 0.1.2 |
Last Updated | 2020-03-03 |
Publish Date | 2020-03-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://getqingzhou.com |
[email protected] | |
Payment Type | free |
Extension Website | https://getqingzhou.com |
Help Page URL | https://getqingzhou.com |
Privacy Policy Page URL | https://getqingzhou.com/privacy.html |
Supported Languages | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.1.2", "description": "__MSG_extDescription__", "permissions": [ "proxy", "storage" ], "default_locale": "en_US", "background": { "scripts": [ ".\/static\/js\/background.js", ".\/static\/js\/jquery.min.js" ], "persistent": true }, "browser_action": { "default_icon": ".\/static\/image\/icon.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "16": ".\/static\/image\/icon.png", "32": ".\/static\/image\/icon.png", "48": ".\/static\/image\/icon.png", "128": ".\/static\/image\/icon.png" }, "manifest_version": 2 } |