VPN Location Guard

Hide your geographic location from websites.

Wat is VPN Location Guard?

VPN Location Guard is een Chrome-extensie ontwikkeld door swipenot.ysns, en de belangrijkste functie is "Hide your geographic location from websites.".

Extensie Screenshots

Download het CRX-bestand van de extensie VPN Location Guard

Download VPN Location Guard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam VPN Location Guard VPN Location Guard
ID bccgagfkhgldclcggbbcifbjlfmmjkdn
Officiële URL https://chrome.google.com/webstore/detail/vpn-location-guard/bccgagfkhgldclcggbbcifbjlfmmjkdn
Beschrijving Hide your geographic location from websites.
Bestandsgrootte 1.85 MB
Aantal Installaties 327
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-05-23
Publicatiedatum 2020-08-17
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar swipenot.ysns
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/electrocuted-slug/vpn-location-guard
Help Pagina-URL https://github.com/electrocuted-slug/vpn-location-guard
Ondersteunde Talen 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"
    ]
}