Server Spy
all info about the server
What is Server Spy?
Server Spy is a Chrome extension developed by neat8 team, and its main feature is "all info about the server".
Extension Screenshots
Download Server Spy Extension CRX File
Download Server Spy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kpdlkiflggoeiijngaeklnbfclhnmadl |
Official URL | https://chromewebstore.google.com/detail/server-spy/kpdlkiflggoeiijngaeklnbfclhnmadl |
Description | all info about the server |
File Size | 108 KB |
Installation Count | 108 |
Current Version | 2.2 |
Last Updated | 2021-07-25 |
Publish Date | 2020-11-23 |
Developer | neat8 team |
[email protected] | |
Payment Type | free |
Extension Website | https://bads-tm.github.io |
Supported Languages | 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" } } |