Reveal your IP-address and copy to clipboard
Reveals your IP address
What is Reveal your IP-address and copy to clipboard?
Reveal your IP-address and copy to clipboard is a Chrome extension developed by http://www.myce.com, and its main feature is "Reveals your IP address".
Extension Screenshots
Download Reveal your IP-address and copy to clipboard Extension CRX File
Download Reveal your IP-address and copy to clipboard 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
The prettiest and best IP revealing Chrome extension, now available for free. Adds a button to Chrome which allows you to easily access your IP address. - Reveals your IP address - Displays your ISP, country - Shows your location on a map - Button to easily copy your IP address to the clipboard
Extension Basic Information
Name | |
ID | dfnafdpfhoiohhjcjmbhgnfclolndcga |
Official URL | https://chrome.google.com/webstore/detail/reveal-your-ip-address-an/dfnafdpfhoiohhjcjmbhgnfclolndcga |
Description | Reveals your IP address |
File Size | 53.93 KB |
Installation Count | 399 |
Current Version | 1.1 |
Last Updated | 2014-02-04 |
Publish Date | 2014-02-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.myce.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reveal your IP-address and copy to clipboard", "short_name": "What's my IP address", "permissions": [ "http:\/\/ip-api.com\/", "clipboardWrite", "clipboardRead" ], "version": "1.1", "manifest_version": 2, "author": "Philaeum Internet", "description": "Reveals your IP address", "icons": { "16": "ipaddress-16.png", "48": "ipaddress-48.png", "128": "ipaddress-128.png" }, "browser_action": { "default_icon": "ipaddress-128.png", "default_title": "Reveal IP address", "default_popup": "index.html" } } |