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ファイルをダウンロード

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
Eメール [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"
    ]
}