VPN Location Guard

Hide your geographic location from websites.

Apa itu VPN Location Guard?

VPN Location Guard adalah ekstensi Chrome yang dikembangkan oleh swipenot.ysns, dan fitur utamanya adalah "Hide your geographic location from websites.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi VPN Location Guard

Unduh file ekstensi VPN Location Guard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama VPN Location Guard VPN Location Guard
ID bccgagfkhgldclcggbbcifbjlfmmjkdn
URL Resmi https://chrome.google.com/webstore/detail/vpn-location-guard/bccgagfkhgldclcggbbcifbjlfmmjkdn
Deskripsi Hide your geographic location from websites.
Ukuran File 1.85 MB
Jumlah Instalasi 327
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2021-05-23
Tanggal Publikasi 2020-08-17
Penilaian 1.00/5 Total 1 Penilaian
Pengembang swipenot.ysns
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/electrocuted-slug/vpn-location-guard
URL Halaman Bantuan https://github.com/electrocuted-slug/vpn-location-guard
Bahasa yang Didukung 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"
    ]
}