MyIPAddress
MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
Wat is MyIPAddress?
MyIPAddress is een Chrome-extensie ontwikkeld door https://freeipapi.com, en de belangrijkste functie is "MyIPAddress is an extension that gives you your public ip address information such as which country and city is.".
Extensie Screenshots
Download het CRX-bestand van de extensie MyIPAddress
Download MyIPAddress-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
MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
Basisinformatie over de Extensie
Naam | MyIPAddress |
ID | ggnknplpocgpecggogjfeimgillocidi |
Officiële URL | https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi |
Beschrijving | MyIPAddress is an extension that gives you your public ip address information such as which country and city is. |
Bestandsgrootte | 15.37 KB |
Aantal Installaties | 66 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-04-15 |
Publicatiedatum | 2022-10-05 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://freeipapi.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://freeipapi.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "manifest_version": 3, "name": "MyIPAddress", "permissions": [ "webRequest" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "icons": { "16": "images\/icon-16x16.png", "24": "images\/icon-24x24.png", "32": "images\/icon-32x32.png" }, "action": { "default_icon": { "16": "images\/icon-16x16.png", "24": "images\/icon-24x24.png", "32": "images\/icon-32x32.png" }, "default_title": "Click Me", "default_popup": "popup.html" } } |