My Public IP
Displays your public IP address and the country that it belongs to.
Was ist My Public IP?
My Public IP ist eine Chrome-Erweiterung, die von ml entwickelt wurde, und ihr Hauptmerkmal ist "Displays your public IP address and the country that it belongs to.".
Erweiterungsscreenshots
My Public IP-Erweiterungs-CRX-Datei herunterladen
Laden Sie My Public 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
Simply click on the icon to see the information.
IP info is retrieved from https://ip-api.com/. Flag images are from http://www.iconbeast.com. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mfogaajkjakkhpidbcbpfbbibgbmjihk |
| Offizielle URL | https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk |
| Beschreibung | Displays your public IP address and the country that it belongs to. |
| Dateigröße | 262 KB |
| Installationsanzahl | 250 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2021-03-03 |
| Veröffentlichungsdatum | 2020-04-22 |
| Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
| Entwickler | ml |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "My Public IP",
"description": "Displays your public IP address and the country that it belongs to.",
"version": "1.3",
"browser_action": {
"default_popup": "index.html",
"default_title": "My Public IP"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [],
"web_accessible_resources": [
"images\/*"
]
} | |