View your IP address
Quickly check your IP address and see some other information without opening an additional page
Wat is View your IP address?
View your IP address is een Chrome-extensie ontwikkeld door https://jeroenpeters.dev, en de belangrijkste functie is "Quickly check your IP address and see some other information without opening an additional page".
Extensie Screenshots
Download het CRX-bestand van de extensie View your IP address
Download View your IP address-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
With this extension you can quickly see and copy your IP address. Icon by Flaticon.com
Basisinformatie over de Extensie
Naam | View your IP address |
ID | plkoeddhagbcbcklhjnladmadnikmfhi |
Officiële URL | https://chromewebstore.google.com/detail/view-your-ip-address/plkoeddhagbcbcklhjnladmadnikmfhi |
Beschrijving | Quickly check your IP address and see some other information without opening an additional page |
Bestandsgrootte | 88.09 KB |
Aantal Installaties | 47 |
Huidige Versie | 1.5.0 |
Laatst Bijgewerkt | 2022-12-27 |
Publicatiedatum | 2020-06-01 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://jeroenpeters.dev |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://jeroenpeters.dev/contact/ |
URL van de Privacybeleid Pagina | https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy |
Ondersteunde Talen | de,en,fr,nl,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "manifest_version": 3, "version": "1.5.0", "description": "__MSG_extDesc__", "action": { "default_popup": "popup\/popup.html", "default_title": "__MSG_popup_title__", "default_icons": { "16": "icon_16.png" } }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "host_permissions": [ "*:\/\/v4.ident.me\/*", "*:\/\/v6.ident.me\/*" ], "default_locale": "en" } |