My IP
Your public IP address and other tracking info
Cos'è My IP?
My IP è un'estensione di Chrome sviluppata da https://singleclickapps.com, e la sua funzione principale è "Your public IP address and other tracking info".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione My IP
Scarica i file di estensione My IP 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
My IP is a tool which will show you your IP address and (if available) your host name, country and city. - Shows your public (remote, visible from internet) IP address - shows location info (if found) -- like country, city and region - shows the exact location (if available in the IP database) of your device on the map - shows some other tracking info (host name, http headers) - shows if Cookies and JavaScript are enabled and what's your browser user-agent string.
Informazioni di Base sull'Estensione
Nome | |
ID | dhbbikoofbipjbkbkckpcnakflgoejli |
URL Ufficiale | https://chromewebstore.google.com/detail/my-ip/dhbbikoofbipjbkbkckpcnakflgoejli |
Descrizione | Your public IP address and other tracking info |
Dimensione del File | 21.68 KB |
Conteggio Installazioni | 681 |
Versione Corrente | 2.1.0.3 |
Ultimo Aggiornamento | 2020-05-11 |
Data di Pubblicazione | 2020-05-11 |
Valutazione | 4.71/5 Totale 7 Valutazioni |
Sviluppatore | https://singleclickapps.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://singleclickapps.com/ip-plus |
URL della Pagina della Politica sulla Privacy | https://singleclickapps.com/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My IP", "version": "2.1.0.3", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/ip-plus", "description": "Your public IP address and other tracking info", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_title": "My IP" }, "incognito": "spanning", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html" } |