VPN Location Guard

Hide your geographic location from websites.

Vad är VPN Location Guard?

VPN Location Guard är en Chrome-tillägg utvecklad av swipenot.ysns, och dess huvudfunktion är "Hide your geographic location from websites.".

Tilläggsskärmbilder

Ladda ner VPN Location Guard-förlängningens CRX-fil

Ladda ner VPN Location Guard-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

                        A VPN Location Guard, with a focus on simplicity of use.
Make the internet think you are where your VPN is.
Fun music and user interface.                    

Grundläggande Information om Tillägg

Namn VPN Location Guard VPN Location Guard
ID bccgagfkhgldclcggbbcifbjlfmmjkdn
Officiell webbadress https://chrome.google.com/webstore/detail/vpn-location-guard/bccgagfkhgldclcggbbcifbjlfmmjkdn
Beskrivning Hide your geographic location from websites.
Filstorlek 1.85 MB
Antal Installationer 327
Aktuell Version 1.0.2
Senast Uppdaterad 2021-05-23
Publiceringsdatum 2020-08-17
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare swipenot.ysns
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/electrocuted-slug/vpn-location-guard
Hjälpsida URL https://github.com/electrocuted-slug/vpn-location-guard
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.2",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/vpn_location_guard_on_16.png",
        "128": "images\/vpn_location_guard_on_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/vpn_location_guard_on_19.png",
            "38": "images\/vpn_location_guard_on_38.png"
        },
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "scripts\/jumpinpage.js"
    ],
    "permissions": [
        "",
        "storage",
        "tabs",
        "activeTab"
    ]
}