IP Address of the website

Get IP address of the website

IP Address of the website क्या है?

IP Address of the website https://thebyteseffect.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get IP address of the website"।

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

screenshot

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

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

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

                        Find IP address of the website you need. Just click in the extension it will get you the current website ip address.


This extension's source code is available here https://github.com/tonystark-93/website-ipAddress. Its MIT licensed.

This extension doesn't communicate with external servers to serve the IP address of the websites rather it use chrome api's to get the IP address.                    

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

नाम IP Address of the website IP Address of the website
ID jlnllmeeiikknlgehjnonpkneemkfman
आधिकारिक URL https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman
विवरण Get IP address of the website
फ़ाइल का आकार 83.88 KB
स्थापना संख्या 166
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2021-01-20
प्रकाशन तिथि 2020-05-27
डेवलपर https://thebyteseffect.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "name": "IP Address of the website",
    "description": "Get IP address of the website",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "name": "Get IP address of the website",
        "default_popup": "popup.html",
        "default_icon": {
            "48": "2.png"
        }
    },
    "icons": {
        "16": "1.png",
        "48": "2.png",
        "128": "3.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "activeTab"
    ],
    "manifest_version": 2
}