Touch VPN

Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.

Touch VPNとは何ですか?

Touch VPNはTrellonetによって開発されたChromeの拡張機能で、その主な機能は「Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.」です。

拡張機能のスクリーンショット

screenshot

Touch VPN拡張機能のCRXファイルをダウンロード

Touch VPN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Unblock any website and stay secure with Touch VPN. One-click connect to our fast VPN. Unlimited bandwidth and completely FREE!                    

拡張機能の基本情報

名前 Touch VPN Touch VPN
ID ibnheiimocabbfkeebechfjjnpbdcakj
公式URL https://chromewebstore.google.com/detail/touch-vpn/ibnheiimocabbfkeebechfjjnpbdcakj
説明 Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
ファイルサイズ 1.14 MB
インストール数 3,255
現在のバージョン 1.1.1
最終更新日 2020-08-24
公開日 2020-07-01
評価 2.00/5 合計 4 レビュー
開発者 Trellonet
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.trellonet.com
ヘルプページのURL https://www.trellonet.com
プライバシーポリシーページのURL https://www.trellonet.com/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Touch VPN",
    "version": "1.1.1",
    "description": "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.",
    "permissions": [
        "http:\/\/*\/*",
        "storage",
        "proxy"
    ],
    "background": {
        "scripts": [
            "static\/js\/background.js",
            "static\/js\/jquery.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "static\/img\/[email protected]",
        "default_title": "Touch VPN",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "static\/img\/[email protected]",
        "32": "static\/img\/[email protected]",
        "48": "static\/img\/[email protected]",
        "128": "static\/img\/[email protected]"
    },
    "manifest_version": 2
}