VPN Location Guard

Hide your geographic location from websites.

Was ist VPN Location Guard?

VPN Location Guard ist eine Chrome-Erweiterung, die von swipenot.ysns entwickelt wurde, und ihr Hauptmerkmal ist "Hide your geographic location from websites.".

Erweiterungsscreenshots

VPN Location Guard-Erweiterungs-CRX-Datei herunterladen

Laden Sie VPN Location Guard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name VPN Location Guard VPN Location Guard
ID bccgagfkhgldclcggbbcifbjlfmmjkdn
Offizielle URL https://chrome.google.com/webstore/detail/vpn-location-guard/bccgagfkhgldclcggbbcifbjlfmmjkdn
Beschreibung Hide your geographic location from websites.
Dateigröße 1.85 MB
Installationsanzahl 327
Aktuelle Version 1.0.2
Letztes Update 2021-05-23
Veröffentlichungsdatum 2020-08-17
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler swipenot.ysns
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/electrocuted-slug/vpn-location-guard
Hilfeseite URL https://github.com/electrocuted-slug/vpn-location-guard
Unterstützte Sprachen 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"
    ]
}