View your IP address
Quickly check your IP address and see some other information without opening an additional page
Cos'è View your IP address?
View your IP address è un'estensione di Chrome sviluppata da https://jeroenpeters.dev, e la sua funzione principale è "Quickly check your IP address and see some other information without opening an additional page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione View your IP address
Scarica i file di estensione View your IP address in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
With this extension you can quickly see and copy your IP address. Icon by Flaticon.com
Informazioni di Base sull'Estensione
Nome | View your IP address |
ID | plkoeddhagbcbcklhjnladmadnikmfhi |
URL Ufficiale | https://chromewebstore.google.com/detail/view-your-ip-address/plkoeddhagbcbcklhjnladmadnikmfhi |
Descrizione | Quickly check your IP address and see some other information without opening an additional page |
Dimensione del File | 88.09 KB |
Conteggio Installazioni | 47 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2022-12-27 |
Data di Pubblicazione | 2020-06-01 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://jeroenpeters.dev |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://jeroenpeters.dev/contact/ |
URL della Pagina della Politica sulla Privacy | https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy |
Lingue Supportate | 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" } |