IP Address of the website
Get IP address of the website
O que é IP Address of the website?
IP Address of the website é uma extensão do Chrome desenvolvida por https://thebyteseffect.com, e sua principal característica é "Get IP address of the website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IP Address of the website
Baixe arquivos de extensão IP Address of the website no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | IP Address of the website |
ID | jlnllmeeiikknlgehjnonpkneemkfman |
URL Oficial | https://chromewebstore.google.com/detail/ip-address-of-the-website/jlnllmeeiikknlgehjnonpkneemkfman |
Descrição | Get IP address of the website |
Tamanho do Arquivo | 83.88 KB |
Contagem de Instalações | 166 |
Versão Atual | 1.0.3 |
Última Atualização | 2021-01-20 |
Data de Publicação | 2020-05-27 |
Desenvolvedor | https://thebyteseffect.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |