Server Spy
all info about the server
¿Qué es Server Spy?
Server Spy es una extensión de Chrome desarrollada por neat8 team, y su función principal es "all info about the server".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Server Spy
Descarga archivos de extensión Server Spy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | kpdlkiflggoeiijngaeklnbfclhnmadl |
URL Oficial | https://chromewebstore.google.com/detail/server-spy/kpdlkiflggoeiijngaeklnbfclhnmadl |
Descripción | all info about the server |
Tamaño del Archivo | 108 KB |
Cantidad de Instalaciones | 108 |
Versión Actual | 2.2 |
Última Actualización | 2021-07-25 |
Fecha de Publicación | 2020-11-23 |
Desarrollador | neat8 team |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://bads-tm.github.io |
Idiomas Soportados | 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" } } |