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文件

下載Change Geolocation (Location Guard)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}