My IP
Your public IP address and other tracking info
Was ist My IP?
My IP ist eine Chrome-Erweiterung, die von https://singleclickapps.com entwickelt wurde, und ihr Hauptmerkmal ist "Your public IP address and other tracking info".
Erweiterungsscreenshots
My IP-Erweiterungs-CRX-Datei herunterladen
Laden Sie My IP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dhbbikoofbipjbkbkckpcnakflgoejli |
Offizielle URL | https://chromewebstore.google.com/detail/my-ip/dhbbikoofbipjbkbkckpcnakflgoejli |
Beschreibung | Your public IP address and other tracking info |
Dateigröße | 21.68 KB |
Installationsanzahl | 681 |
Aktuelle Version | 2.1.0.3 |
Letztes Update | 2020-05-11 |
Veröffentlichungsdatum | 2020-05-11 |
Bewertung | 4.71/5 Insgesamt 7 Bewertungen |
Entwickler | https://singleclickapps.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://singleclickapps.com/ip-plus |
URL der Datenschutzrichtlinien-Seite | https://singleclickapps.com/privacy.html |
Unterstützte Sprachen | 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" } |