IP-TRACKER LOOKUP

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

Wat is IP-TRACKER LOOKUP?

IP-TRACKER LOOKUP is een Chrome-extensie ontwikkeld door http://clanputos.com, en de belangrijkste functie is "Shows your internet ip address and give you general details about an IP address.".

Download het CRX-bestand van de extensie IP-TRACKER LOOKUP

Download IP-TRACKER LOOKUP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam IP-TRACKER LOOKUP IP-TRACKER LOOKUP
ID nboleejpleoliioadnjdpnmckbgegfdd
Officiële URL https://chrome.google.com/webstore/detail/ip-tracker-lookup/nboleejpleoliioadnjdpnmckbgegfdd
Beschrijving Shows your internet ip address and give you general details about an IP address.
Bestandsgrootte 9.15 KB
Aantal Installaties 228
Huidige Versie 1.0
Laatst Bijgewerkt 2017-04-07
Publicatiedatum 2017-04-07
Beoordeling 1.50/5 Totaal 2 Beoordelingen
Ontwikkelaar http://clanputos.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://mariantonio.net
Ondersteunde Talen 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"
    ]
}