Server Spy
all info about the server
Co to jest Server Spy?
Server Spy to rozszerzenie Chrome opracowane przez neat8 team, a jego główną funkcją jest „all info about the server”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Server Spy
Pobierz pliki rozszerzeń Server Spy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kpdlkiflggoeiijngaeklnbfclhnmadl |
Oficjalny URL | https://chromewebstore.google.com/detail/server-spy/kpdlkiflggoeiijngaeklnbfclhnmadl |
Opis | all info about the server |
Rozmiar pliku | 108 KB |
Liczba instalacji | 108 |
Aktualna Wersja | 2.2 |
Ostatnia Aktualizacja | 2021-07-25 |
Data Publikacji | 2020-11-23 |
Deweloper | neat8 team |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://bads-tm.github.io |
Obsługiwane Języki | 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" } } |