Change Geolocation (Location Guard)

Easily change your geographic location (Geolocation) to a desired one and protect your privacy.

Change Geolocation (Location Guard)란 무엇입니까?

Change Geolocation (Location Guard)은(는) Yubi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily change your geographic location (Geolocation) to a desired one and protect your privacy."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Change Geolocation (Location Guard) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Change Geolocation (Location Guard) is a browser extension that let you easily change your geographic location to the desired value and protect your privacy.

Simply open the addon's options page and set the latitude and longitude for where you want the geolocation to be (the default location is Greenwich, UK). Next, reload a page and check your location (i.e. webbrowsertools.com/geolocation/). Please note that besides latitude and longitude you can set other variables in the geolocation API (see options page). Moreover, pressing on the toolbar icon will activate or deactivate the addon.

Note: toolbar button serves as an ON|OFF switch to activate and deactivate the addon. The green color is for ON and the grey color is for the OFF state.

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/change-geolocation.html).                    

확장 프로그램 기본 정보

이름 Change Geolocation (Location Guard) Change Geolocation (Location Guard)
ID lejoknkbcogjceoniealiipllomkpioe
공식 URL https://chromewebstore.google.com/detail/change-geolocation-locati/lejoknkbcogjceoniealiipllomkpioe
설명 Easily change your geographic location (Geolocation) to a desired one and protect your privacy.
파일 크기 38.14 KB
설치 횟수 50,091
현재 버전 0.1.6
최근 업데이트 2022-11-15
출시 날짜 2020-05-12
평점 2.53/5 총 58 개의 평점
개발자 Yubi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/change-geolocation.html
도움말 페이지 URL https://mybrowseraddon.com/change-geolocation.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "manifest_version": 3,
    "offline_enabled": true,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "name": "Change Geolocation (Location Guard)",
    "homepage_url": "https:\/\/mybrowseraddon.com\/change-geolocation.html",
    "description": "Easily change your geographic location (Geolocation) to a desired one and protect your privacy.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "scripting",
        "contextMenus",
        "webNavigation"
    ],
    "action": {
        "default_title": "Change Geolocation (Location Guard)",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}