Soul VPN

Soul VPN回国加速

Was ist Soul VPN?

Soul VPN ist eine Chrome-Erweiterung, die von http://getqingzhou.com entwickelt wurde, und ihr Hauptmerkmal ist "Soul VPN回国加速".

Erweiterungsscreenshots

screenshot

Soul VPN-Erweiterungs-CRX-Datei herunterladen

Laden Sie Soul VPN-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Soul VPN是一款帮助海外华人翻墙回国的网络加速器。
Soul VPN可以解锁国内主流音视频和游戏网站,是海外华人、留学生的必备回国加速利器,帮助海外华人快速连接国内网络生活,香港和台湾也可以用!

Soul VPN功能列表:
   * 解锁国内主流音视频平台和网游平台
   * 全球部署服务器,提供多条直连和中转线路,看视频、听音乐、玩游戏再不卡顿
   * 操作简单,一键连接
   * 全天候客服支持,随时解决您的使用问题
   
Soul VPN使用:
    1.在Chrome Store中找到Soul VPN并安装到浏览器;
    2.选择线路,开启VPN;
    3.使用Soul VPN访问受限的网站。

任何使用问题请发邮件给我们:
[email protected]                    

Grundlegende Informationen zur Erweiterung

Name Soul VPN Soul VPN
ID apcfdffemoinopelidncddjbhkiblecc
Offizielle URL https://chrome.google.com/webstore/detail/soul-vpn/apcfdffemoinopelidncddjbhkiblecc
Beschreibung Soul VPN回国加速
Dateigröße 232 KB
Installationsanzahl 1,272
Aktuelle Version 1.0.6
Letztes Update 2020-01-08
Veröffentlichungsdatum 2020-01-04
Bewertung 2.50/5 Insgesamt 10 Bewertungen
Entwickler http://getqingzhou.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://getqingzhou.com
Hilfeseite URL https://getqingzhou.com
URL der Datenschutzrichtlinien-Seite https://getqingzhou.com/privacy.html
Unterstützte Sprachen 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
}