IP & Location Checker by PrivacySharks

Check your IP and live location with this extension.

什么是IP & Location Checker by PrivacySharks?

IP & Location Checker by PrivacySharks是由PrivacySharks.com开发的Chrome扩展程序,该扩展的主要功能是“Check your IP and live location with this extension.”。

扩展截图

screenshot

下载IP & Location Checker by PrivacySharks扩展crx文件

下载IP & Location Checker by PrivacySharks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Check your live IP and location with the PrivacySharks extension. Checks your country and city with a click of a button. Refresh instantly up to 10.000 times each month!                    

扩展基本信息

名称 IP & Location Checker by PrivacySharks IP & Location Checker by PrivacySharks
ID cjbgejajgfdaknipkglgcinijpcafgdl
官方URL https://chrome.google.com/webstore/detail/ip-location-checker-by-pr/cjbgejajgfdaknipkglgcinijpcafgdl
简介 Check your IP and live location with this extension.
文件大小 111 KB
安装次数 31
当前版本 0.0.1
更新时间 2021-04-12
上架时间 2021-04-12
评分 5.00/5 共2次评分
开发者 PrivacySharks.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://privacysharks.com
帮助页面URL https://www.privacysharks.com/about-us/
隐私政策页面URL https://www.privacysharks.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP & Location Checker by PrivacySharks",
    "version": "0.0.1",
    "description": "Check your IP and live location with this extension.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "assets\/pv\/16.png",
            "32": "assets\/pv\/32.png",
            "48": "assets\/pv\/48.ico",
            "128": "assets\/pv\/128.ico",
            "192": "assets\/pv\/192.png",
            "512": "assets\/pv\/512.png"
        },
        "default_title": "IP & Location Checker by PrivacySharks",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_idle"
        }
    ]
}