View your IP address

Quickly check your IP address and see some other information without opening an additional page

What is View your IP address?

View your IP address is a Chrome extension developed by https://jeroenpeters.dev, and its main feature is "Quickly check your IP address and see some other information without opening an additional page".

Extension Screenshots

screenshot

Download View your IP address Extension CRX File

Download View your IP address 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

                        With this extension you can quickly see and copy your IP address.

Icon by Flaticon.com                    

Extension Basic Information

Name View your IP address View your IP address
ID plkoeddhagbcbcklhjnladmadnikmfhi
Official URL https://chromewebstore.google.com/detail/view-your-ip-address/plkoeddhagbcbcklhjnladmadnikmfhi
Description Quickly check your IP address and see some other information without opening an additional page
File Size 88.09 KB
Installation Count 47
Current Version 1.5.0
Last Updated 2022-12-27
Publish Date 2020-06-01
Rating 5.00/5 Total 2 Ratings
Developer https://jeroenpeters.dev
Email [email protected]
Payment Type free
Help Page URL https://jeroenpeters.dev/contact/
Privacy Policy Page URL https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
Supported Languages de,en,fr,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "manifest_version": 3,
    "version": "1.5.0",
    "description": "__MSG_extDesc__",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_popup_title__",
        "default_icons": {
            "16": "icon_16.png"
        }
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "host_permissions": [
        "*:\/\/v4.ident.me\/*",
        "*:\/\/v6.ident.me\/*"
    ],
    "default_locale": "en"
}