Server Spy
all info about the server
O que é Server Spy?
Server Spy é uma extensão do Chrome desenvolvida por neat8 team, e sua principal característica é "all info about the server".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Server Spy
Baixe arquivos de extensão Server Spy 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
This extension provides HTTP headers, like Web Server and IP and other info with quick links to various IP inspection sites, and a link to lookup web server name. Perfect for tinkerers, and developers discovering less known web hosts for their sites, as well as double checking host itself isn't using 3rd party host for their site or acting as a reseller.
Informações Básicas da Extensão
Nome | |
ID | kpdlkiflggoeiijngaeklnbfclhnmadl |
URL Oficial | https://chromewebstore.google.com/detail/server-spy/kpdlkiflggoeiijngaeklnbfclhnmadl |
Descrição | all info about the server |
Tamanho do Arquivo | 108 KB |
Contagem de Instalações | 108 |
Versão Atual | 2.2 |
Última Atualização | 2021-07-25 |
Data de Publicação | 2020-11-23 |
Desenvolvedor | neat8 team |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://bads-tm.github.io |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "all info about the server", "manifest_version": 2, "name": "Server Spy", "version": "2.2", "homepage_url": "https:\/\/github.com\/dw5\/ServerSpy-Extension", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/[email protected]", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest" ], "browser_action": { "default_icon": "icons\/icon-48.png", "default_title": "spy", "default_popup": "popup\/server_detail.html" } } |