VpnShop

Connect to the world with our VPN

Vad är VpnShop?

VpnShop är en Chrome-tillägg utvecklad av kedeman2013, och dess huvudfunktion är "Connect to the world with our VPN".

Tilläggsskärmbilder

screenshot

Ladda ner VpnShop-förlängningens CRX-fil

Ladda ner VpnShop-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

                        Connect to Vpn Shop and stay protected. This will change your location and hide your ip whilst browsing.                    

Grundläggande Information om Tillägg

Namn VpnShop VpnShop
ID fojlhgbaefgpblefekpffdngdnfpljfn
Officiell webbadress https://chrome.google.com/webstore/detail/vpnshop/fojlhgbaefgpblefekpffdngdnfpljfn
Beskrivning Connect to the world with our VPN
Filstorlek 328 KB
Antal Installationer 44
Aktuell Version 1.0.0
Senast Uppdaterad 2020-06-03
Publiceringsdatum 2020-06-03
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare kedeman2013
Betalningssätt free
Tilläggswebbplats https://www.vpnshop.co.uk
Hjälpsida URL https://clients.vpnshop.co.uk/contact.php
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VpnShop",
    "description": "Connect to the world with our VPN",
    "version": "1.0.0",
    "icons": {
        "128": "icons\/128off.png",
        "48": "icons\/48off.png"
    },
    "permissions": [
        "proxy",
        "tabs",
        "unlimitedStorage",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "icons\/128off.png",
        "default_title": "VpnShop",
        "default_popup": "f.html"
    },
    "minimum_chrome_version": "31.0.0"
}