Server Spy

all info about the server

Server Spyとは何ですか?

Server Spyはneat8 teamによって開発されたChromeの拡張機能で、その主な機能は「all info about the server」です。

拡張機能のスクリーンショット

screenshot

Server Spy拡張機能のCRXファイルをダウンロード

Server Spy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Server Spy Server Spy
ID kpdlkiflggoeiijngaeklnbfclhnmadl
公式URL https://chromewebstore.google.com/detail/server-spy/kpdlkiflggoeiijngaeklnbfclhnmadl
説明 all info about the server
ファイルサイズ 108 KB
インストール数 108
現在のバージョン 2.2
最終更新日 2021-07-25
公開日 2020-11-23
開発者 neat8 team
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bads-tm.github.io
対応言語 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"
    }
}