MyIPAddress
MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
Vad är MyIPAddress?
MyIPAddress är en Chrome-tillägg utvecklad av https://freeipapi.com, och dess huvudfunktion är "MyIPAddress is an extension that gives you your public ip address information such as which country and city is.".
Tilläggsskärmbilder
Ladda ner MyIPAddress-förlängningens CRX-fil
Ladda ner MyIPAddress-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
MyIPAddress is an extension that gives you your public ip address information such as which country and city is. Grundläggande Information om Tillägg
| Namn | |
| ID | ggnknplpocgpecggogjfeimgillocidi |
| Officiell webbadress | https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi |
| Beskrivning | MyIPAddress is an extension that gives you your public ip address information such as which country and city is. |
| Filstorlek | 15.37 KB |
| Antal Installationer | 66 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2023-04-15 |
| Publiceringsdatum | 2022-10-05 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://freeipapi.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://freeipapi.com |
| Stödda Språk | 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"
}
} | |