IP location query

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

IP location query क्या है?

IP location query 379522770 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "1: Display the current website server address and national flag; 2: Locate physical addresses by IP"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IP location query एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम IP location query IP location query
ID bdclcbikdajogncdpmobifajhbajddap
आधिकारिक URL https://chrome.google.com/webstore/detail/ip%E5%AE%9A%E4%BD%8D%E6%9F%A5%E8%AF%A2/bdclcbikdajogncdpmobifajhbajddap
विवरण 1: Display the current website server address and national flag; 2: Locate physical addresses by IP
फ़ाइल का आकार 519 KB
स्थापना संख्या 624
वर्तमान संस्करण 2.2.3
अंतिम अपडेट 2021-09-04
प्रकाशन तिथि 2020-12-30
रेटिंग 3.20/5 कुल 5 रेटिंग्स
डेवलपर 379522770
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ip.lhyhq.cn
गोपनीयता नीति पृष्ठ URL https://www.lhyhq.cn/privacy.html
समर्थित भाषाएँ 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"
}