Get my IP
Displays your IP
Wat is Get my IP?
Get my IP is een Chrome-extensie ontwikkeld door Naveen Molleti, en de belangrijkste functie is "Displays your IP".
Extensie Screenshots
Download het CRX-bestand van de extensie Get my IP
Download Get my IP-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
Displays your public IP Basisinformatie over de Extensie
| Naam | |
| ID | lnloifjofmgofkekcnhhpfaiiglcaadh |
| Officiële URL | https://chromewebstore.google.com/detail/get-my-ip/lnloifjofmgofkekcnhhpfaiiglcaadh |
| Beschrijving | Displays your IP |
| Bestandsgrootte | 5.51 KB |
| Aantal Installaties | 11 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-03-21 |
| Publicatiedatum | 2020-03-20 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Naveen Molleti |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/NOLFXceptMe/GetmyIP |
| Help Pagina-URL | https://github.com/NOLFXceptMe/GetmyIP/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Get my IP",
"description": "Displays your IP",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"http:\/\/jsonip.com\/"
]
} | |