My IP
Your public IP address and other tracking info
Wat is My IP?
My IP is een Chrome-extensie ontwikkeld door https://singleclickapps.com, en de belangrijkste functie is "Your public IP address and other tracking info".
Extensie Screenshots
Download het CRX-bestand van de extensie My IP
Download My IP-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
My IP is a tool which will show you your IP address and (if available) your host name, country and city. - Shows your public (remote, visible from internet) IP address - shows location info (if found) -- like country, city and region - shows the exact location (if available in the IP database) of your device on the map - shows some other tracking info (host name, http headers) - shows if Cookies and JavaScript are enabled and what's your browser user-agent string.
Basisinformatie over de Extensie
Naam | |
ID | dhbbikoofbipjbkbkckpcnakflgoejli |
Officiële URL | https://chromewebstore.google.com/detail/my-ip/dhbbikoofbipjbkbkckpcnakflgoejli |
Beschrijving | Your public IP address and other tracking info |
Bestandsgrootte | 21.68 KB |
Aantal Installaties | 681 |
Huidige Versie | 2.1.0.3 |
Laatst Bijgewerkt | 2020-05-11 |
Publicatiedatum | 2020-05-11 |
Beoordeling | 4.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://singleclickapps.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://singleclickapps.com/ip-plus |
URL van de Privacybeleid Pagina | https://singleclickapps.com/privacy.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My IP", "version": "2.1.0.3", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/ip-plus", "description": "Your public IP address and other tracking info", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_title": "My IP" }, "incognito": "spanning", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html" } |