MyIPAddress
MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
Hvad er MyIPAddress?
MyIPAddress er en Chrome-udvidelse udviklet af https://freeipapi.com, og dens hovedfunktion er "MyIPAddress is an extension that gives you your public ip address information such as which country and city is.".
Udvidelsesskærmbilleder
Download MyIPAddress-udvidelses-CRX-fil
Download MyIPAddress-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
MyIPAddress is an extension that gives you your public ip address information such as which country and city is. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ggnknplpocgpecggogjfeimgillocidi |
| Officiel URL | https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi |
| Beskrivelse | MyIPAddress is an extension that gives you your public ip address information such as which country and city is. |
| Filstørrelse | 15.37 KB |
| Antal Installationer | 66 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2023-04-15 |
| Udgivelsesdato | 2022-10-05 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://freeipapi.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://freeipapi.com |
| Understøttede Sprog | 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"
}
} | |