IP-TRACKER LOOKUP
Shows your internet ip address and give you general details about an IP address.
Qu'est-ce que IP-TRACKER LOOKUP ?
IP-TRACKER LOOKUP est une extension Chrome développée par http://clanputos.com, et sa fonction principale est "Shows your internet ip address and give you general details about an IP address.".
Télécharger le fichier CRX de l'extension IP-TRACKER LOOKUP
Téléchargez les fichiers d'extension IP-TRACKER LOOKUP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | nboleejpleoliioadnjdpnmckbgegfdd |
URL Officiel | 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. |
Taille du Fichier | 9.15 KB |
Nombre d'Installations | 228 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-04-07 |
Date de Publication | 2017-04-07 |
Évaluation | 1.50/5 Total 2 Évaluations |
Développeur | http://clanputos.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://mariantonio.net |
Langues Prises en Charge | 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" ] } |