IP Address of the website
Get IP address of the website
Cos'è IP Address of the website?
IP Address of the website è un'estensione di Chrome sviluppata da https://thebyteseffect.com, e la sua funzione principale è "Get IP address of the website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IP Address of the website
Scarica i file di estensione IP Address of the website 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
Find IP address of the website you need. Just click in the extension it will get you the current website ip address. This extension's source code is available here https://github.com/tonystark-93/website-ipAddress. Its MIT licensed. This extension doesn't communicate with external servers to serve the IP address of the websites rather it use chrome api's to get the IP address.
Informazioni di Base sull'Estensione
Nome | IP Address of the website |
ID | jlnllmeeiikknlgehjnonpkneemkfman |
URL Ufficiale | https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman |
Descrizione | Get IP address of the website |
Dimensione del File | 83.88 KB |
Conteggio Installazioni | 166 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2021-01-20 |
Data di Pubblicazione | 2020-05-27 |
Sviluppatore | https://thebyteseffect.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "name": "IP Address of the website", "description": "Get IP address of the website", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "name": "Get IP address of the website", "default_popup": "popup.html", "default_icon": { "48": "2.png" } }, "icons": { "16": "1.png", "48": "2.png", "128": "3.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "activeTab" ], "manifest_version": 2 } |