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"
    ]
}