IP location query

1: Display the current website server address and national flag; 2: Locate physical addresses by IP

Apa itu IP location query?

IP location query adalah ekstensi Chrome yang dikembangkan oleh 379522770, dan fitur utamanya adalah "1: Display the current website server address and national flag; 2: Locate physical addresses by IP".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi IP location query

Unduh file ekstensi IP location query dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        1: Display the current site server address with the flag.
2: Right click the mouse to query the current location of the server.
3: Select the text, and then right-click the mouse to quickly query IP address information and geographical location.                    

Informasi Dasar Ekstensi

Nama IP location query IP location query
ID bdclcbikdajogncdpmobifajhbajddap
URL Resmi https://chrome.google.com/webstore/detail/ip%E5%AE%9A%E4%BD%8D%E6%9F%A5%E8%AF%A2/bdclcbikdajogncdpmobifajhbajddap
Deskripsi 1: Display the current website server address and national flag; 2: Locate physical addresses by IP
Ukuran File 519 KB
Jumlah Instalasi 624
Versi Saat Ini 2.2.3
Terakhir Diperbarui 2021-09-04
Tanggal Publikasi 2020-12-30
Penilaian 3.20/5 Total 5 Penilaian
Pengembang 379522770
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ip.lhyhq.cn
URL Halaman Kebijakan Privasi https://www.lhyhq.cn/privacy.html
Bahasa yang Didukung en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "homepage_url": "https:\/\/ip.lhyhq.cn",
    "version": "2.2.3",
    "author": "\u4eca\u665a\u4e0a\u5c71\u6253\u8001\u864e",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-48.png",
        "default_title": "__MSG_extensionName__",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "common.min.js",
            "background-server.min.js"
        ]
    },
    "web_accessible_resources": [
        "static\/*.svg",
        "*.jpg",
        "*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "common.min.js",
                "content-web-address.min.js"
            ]
        }
    ],
    "default_locale": "zh_CN"
}