Server Spy

all info about the server

Wat is Server Spy?

Server Spy is een Chrome-extensie ontwikkeld door neat8 team, en de belangrijkste functie is "all info about the server".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Server Spy

Download Server Spy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Server Spy Server Spy
ID kpdlkiflggoeiijngaeklnbfclhnmadl
Officiële URL https://chromewebstore.google.com/detail/server-spy/kpdlkiflggoeiijngaeklnbfclhnmadl
Beschrijving all info about the server
Bestandsgrootte 108 KB
Aantal Installaties 108
Huidige Versie 2.2
Laatst Bijgewerkt 2021-07-25
Publicatiedatum 2020-11-23
Ontwikkelaar neat8 team
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bads-tm.github.io
Ondersteunde Talen 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"
    }
}