VPN Location Guard

Hide your geographic location from websites.

VPN Location Guard là gì?

VPN Location Guard là một tiện ích mở rộng Chrome được phát triển bởi swipenot.ysns, và tính năng chính của nó là "Hide your geographic location from websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng VPN Location Guard

Tải xuống các tệp mở rộng VPN Location Guard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VPN Location Guard VPN Location Guard
ID bccgagfkhgldclcggbbcifbjlfmmjkdn
URL Chính Thức https://chrome.google.com/webstore/detail/vpn-location-guard/bccgagfkhgldclcggbbcifbjlfmmjkdn
Mô tả Hide your geographic location from websites.
Kích Thước Tệp 1.85 MB
Số Lần Cài Đặt 327
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-05-23
Ngày Phát Hành 2020-08-17
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển swipenot.ysns
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/electrocuted-slug/vpn-location-guard
URL Trang Trợ Giúp https://github.com/electrocuted-slug/vpn-location-guard
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}