IP-TRACKER LOOKUP
Shows your internet ip address and give you general details about an IP address.
What is IP-TRACKER LOOKUP?
IP-TRACKER LOOKUP is a Chrome extension developed by http://clanputos.com, and its main feature is "Shows your internet ip address and give you general details about an IP address.".
Download IP-TRACKER LOOKUP Extension CRX File
Download IP-TRACKER LOOKUP 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
Shows your internet ip address and give you general details about an IP address Donation: https://paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2P5NGYC2RFAK4 thanks very much
Extension Basic Information
Name | |
ID | nboleejpleoliioadnjdpnmckbgegfdd |
Official URL | https://chrome.google.com/webstore/detail/ip-tracker-lookup/nboleejpleoliioadnjdpnmckbgegfdd |
Description | Shows your internet ip address and give you general details about an IP address. |
File Size | 9.15 KB |
Installation Count | 228 |
Current Version | 1.0 |
Last Updated | 2017-04-07 |
Publish Date | 2017-04-07 |
Rating | 1.50/5 Total 2 Ratings |
Developer | http://clanputos.com |
[email protected] | |
Payment Type | free |
Extension Website | http://mariantonio.net |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Shows your internet ip address and give you general details about an IP address.", "icons": { "128": "ico128.png", "16": "ico16.png", "48": "ico48.png" }, "manifest_version": 2, "name": "IP-TRACKER LOOKUP", "permissions": [ "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "icon_19.png", "icon_48.png", "icon_128.png" ] } |