IP Address of the website

Get IP address of the website

What is IP Address of the website?

IP Address of the website is a Chrome extension developed by https://thebyteseffect.com, and its main feature is "Get IP address of the website".

Extension Screenshots

screenshot

Download IP Address of the website Extension CRX File

Download IP Address of the website extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IP Address of the website IP Address of the website
ID jlnllmeeiikknlgehjnonpkneemkfman
Official URL https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman
Description Get IP address of the website
File Size 83.88 KB
Installation Count 166
Current Version 1.0.3
Last Updated 2021-01-20
Publish Date 2020-05-27
Developer https://thebyteseffect.com
Email [email protected]
Payment Type free
Supported Languages 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
}