VPN Location Guard

Hide your geographic location from websites.

Τι είναι το VPN Location Guard;

Το VPN Location Guard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον swipenot.ysns, και η κύρια λειτουργία του είναι "Hide your geographic location from websites.".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης VPN Location Guard

Λήψη αρχείων επέκτασης VPN Location Guard σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα VPN Location Guard VPN Location Guard
ID bccgagfkhgldclcggbbcifbjlfmmjkdn
Επίσημο URL https://chrome.google.com/webstore/detail/vpn-location-guard/bccgagfkhgldclcggbbcifbjlfmmjkdn
Περιγραφή Hide your geographic location from websites.
Μέγεθος Αρχείου 1.85 MB
Αριθμός Εγκαταστάσεων 327
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2021-05-23
Ημερομηνία Δημοσίευσης 2020-08-17
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής swipenot.ysns
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/electrocuted-slug/vpn-location-guard
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/electrocuted-slug/vpn-location-guard
Υποστηριζόμενες Γλώσσες 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"
    ]
}