Website IP

Simple Chrome Extension to get the current website IP address.

What is Website IP?

Website IP is a Chrome extension developed by Liam Stewart, and its main feature is "Simple Chrome Extension to get the current website IP address.".

Extension Screenshots

screenshot
screenshot

Download Website IP Extension CRX File

Download Website IP 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

                        Website IP
This extension will resolve the active tabs domain to an IP address.

Features:
- IPv4 support
- IPv6 support
- Click to copy IP address to clipboard
- Simple UI

Firefox version:
https://addons.mozilla.org/en-US/firefox/addon/website-ip


Contribute:
This project is available on GitHub: https://github.com/liamstewart23/ChromeExt-WebsiteIP


Privacy Policy:
https://ip-api.com/docs/legal                    

Extension Basic Information

Name Website IP Website IP
ID dmgahoocbgdiidmbmihphakakdddgoof
Official URL https://chromewebstore.google.com/detail/website-ip/dmgahoocbgdiidmbmihphakakdddgoof
Description Simple Chrome Extension to get the current website IP address.
File Size 36.68 KB
Installation Count 325
Current Version 2.0
Last Updated 2023-12-05
Publish Date 2019-04-29
Rating 5.00/5 Total 3 Ratings
Developer Liam Stewart
Email [email protected]
Payment Type free
Extension Website https://github.com/liamstewart23/ChromeExt-WebsiteIP
Help Page URL https://github.com/liamstewart23/ChromeExt-WebsiteIP/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc
Privacy Policy Page URL https://choosealicense.com/licenses/gpl-3.0
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Website IP",
    "description": "Simple Chrome Extension to get the current website IP address.",
    "version": "2.0",
    "icons": {
        "48": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ]
}