IP-TRACKER LOOKUP

Shows your internet ip address and give you general details about an IP address.

Cos'è IP-TRACKER LOOKUP?

IP-TRACKER LOOKUP è un'estensione di Chrome sviluppata da http://clanputos.com, e la sua funzione principale è "Shows your internet ip address and give you general details about an IP address.".

Scarica il file CRX dell'estensione IP-TRACKER LOOKUP

Scarica i file di estensione IP-TRACKER LOOKUP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome IP-TRACKER LOOKUP IP-TRACKER LOOKUP
ID nboleejpleoliioadnjdpnmckbgegfdd
URL Ufficiale https://chrome.google.com/webstore/detail/ip-tracker-lookup/nboleejpleoliioadnjdpnmckbgegfdd
Descrizione Shows your internet ip address and give you general details about an IP address.
Dimensione del File 9.15 KB
Conteggio Installazioni 228
Versione Corrente 1.0
Ultimo Aggiornamento 2017-04-07
Data di Pubblicazione 2017-04-07
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore http://clanputos.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://mariantonio.net
Lingue Supportate 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"
    ]
}