Soul VPN
Soul VPN回国加速
What is Soul VPN?
Soul VPN is a Chrome extension developed by http://getqingzhou.com, and its main feature is "Soul VPN回国加速".
Extension Screenshots
Download Soul VPN Extension CRX File
Download Soul VPN 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
Soul VPN是一款帮助海外华人翻墙回国的网络加速器。 Soul VPN可以解锁国内主流音视频和游戏网站,是海外华人、留学生的必备回国加速利器,帮助海外华人快速连接国内网络生活,香港和台湾也可以用! Soul VPN功能列表: * 解锁国内主流音视频平台和网游平台 * 全球部署服务器,提供多条直连和中转线路,看视频、听音乐、玩游戏再不卡顿 * 操作简单,一键连接 * 全天候客服支持,随时解决您的使用问题 Soul VPN使用: 1.在Chrome Store中找到Soul VPN并安装到浏览器; 2.选择线路,开启VPN; 3.使用Soul VPN访问受限的网站。 任何使用问题请发邮件给我们: [email protected]
Extension Basic Information
Name | |
ID | apcfdffemoinopelidncddjbhkiblecc |
Official URL | https://chrome.google.com/webstore/detail/soul-vpn/apcfdffemoinopelidncddjbhkiblecc |
Description | Soul VPN回国加速 |
File Size | 232 KB |
Installation Count | 1,272 |
Current Version | 1.0.6 |
Last Updated | 2020-01-08 |
Publish Date | 2020-01-04 |
Rating | 2.50/5 Total 10 Ratings |
Developer | http://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": "1.0.6", "description": "__MSG_extDescription__", "default_locale": "en_US", "permissions": [ "proxy" ], "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" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |