Touch VPN

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

Vad är Touch VPN?

Touch VPN är en Chrome-tillägg utvecklad av Trellonet, och dess huvudfunktion är "Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.".

Tilläggsskärmbilder

screenshot

Ladda ner Touch VPN-förlängningens CRX-fil

Ladda ner Touch VPN-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Touch VPN Touch VPN
ID ibnheiimocabbfkeebechfjjnpbdcakj
Officiell webbadress https://chromewebstore.google.com/detail/touch-vpn/ibnheiimocabbfkeebechfjjnpbdcakj
Beskrivning Touch VPN offers free, anonymous, secure, unlimited VPN services to unlock any website and internet service.
Filstorlek 1.14 MB
Antal Installationer 3,255
Aktuell Version 1.1.1
Senast Uppdaterad 2020-08-24
Publiceringsdatum 2020-07-01
Betyg 2.00/5 Totalt 4 Betyg
Utvecklare Trellonet
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.trellonet.com
Hjälpsida URL https://www.trellonet.com
URL till Sekretesspolicy Sidan https://www.trellonet.com/privacy.html
Stödda Språk 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
}