IP Checker

Detects your browsers current external IP and stores this in a local history.

What is IP Checker?

IP Checker is a Chrome extension developed by TC S, and its main feature is "Detects your browsers current external IP and stores this in a local history.".

Download IP Checker Extension CRX File

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

                        Detects your browsers current external IP and stores this in a local (localstorage) history.

Uses the API from ip-api.com.

Want to contribute or make your own version?
https://github.com/tcskrovseth/IP-Checker                    

Extension Basic Information

Name IP Checker IP Checker
ID ccaimhnnnhjghhdinbipmbjkkgkbanha
Official URL https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha
Description Detects your browsers current external IP and stores this in a local history.
File Size 21.31 KB
Installation Count 87
Current Version 1.0.0
Last Updated 2014-12-14
Publish Date 2014-12-14
Rating 1.00/5 Total 1 Ratings
Developer TC S
Payment Type free
Extension Website https://github.com/tcskrovseth/IP-Checker
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IP Checker",
    "description": "Detects your browsers current external IP and stores this in a local history.",
    "version": "1.0.0",
    "permissions": [
        "http:\/\/ip-api.com\/json"
    ],
    "browser_action": {
        "default_icon": ".\/images\/icon.png",
        "default_popup": "index.html"
    }
}