Server Spy

all info about the server

Cos'è Server Spy?

Server Spy è un'estensione di Chrome sviluppata da neat8 team, e la sua funzione principale è "all info about the server".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Server Spy

Scarica i file di estensione Server Spy 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Server Spy Server Spy
ID kpdlkiflggoeiijngaeklnbfclhnmadl
URL Ufficiale https://chromewebstore.google.com/detail/server-spy/kpdlkiflggoeiijngaeklnbfclhnmadl
Descrizione all info about the server
Dimensione del File 108 KB
Conteggio Installazioni 108
Versione Corrente 2.2
Ultimo Aggiornamento 2021-07-25
Data di Pubblicazione 2020-11-23
Sviluppatore neat8 team
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bads-tm.github.io
Lingue Supportate 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"
    }
}