VPN Location Guard

Hide your geographic location from websites.

VPN Location Guard란 무엇입니까?

VPN Location Guard은(는) swipenot.ysns에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide your geographic location from websites."입니다.

확장 프로그램 스크린샷

VPN Location Guard 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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