MyIP
Show Your Public IP Address
What is MyIP?
MyIP is a Chrome extension developed by spiderip, and its main feature is "Show Your Public IP Address".
Extension Screenshots
Download MyIP Extension CRX File
Download MyIP 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
Chrome Addon to Show Public IP Address along with Hostname And Proxy Details.
Extension Basic Information
Name | MyIP |
ID | aamlmmgomnojfgfcingnikjbjgmgdpgi |
Official URL | https://chromewebstore.google.com/detail/myip/aamlmmgomnojfgfcingnikjbjgmgdpgi |
Description | Show Your Public IP Address |
File Size | 58.66 KB |
Installation Count | 292 |
Current Version | 2.0.3 |
Last Updated | 2023-12-07 |
Publish Date | 2018-05-30 |
Rating | 4.75/5 Total 4 Ratings |
Developer | spiderip |
[email protected] | |
Payment Type | free |
Extension Website | http://www.spiderip.com/chrome_addon.php |
Help Page URL | http://www.spiderip.com/chrome_addon.php |
Privacy Policy Page URL | https://www.spiderip.com/tos.htm |
Supported Languages | en |
manifest.json | |
{ "name": "MyIP", "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/spiderip.com", "version": "2.0.3", "manifest_version": 3, "permissions": [ "http:\/\/www.spiderip.com\/" ], "incognito": "spanning", "description": "Show Your Public IP Address", "action": { "default_popup": "background.html", "default_icon": "icon.png", "default_title": "MyIP" }, "content_security_policy": [] } |