Server Spy

all info about the server

Что такое Server Spy?

Server Spy - это расширение Chrome, разработанное neat8 team, и его основная функция - "all info about the server".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Server Spy

Скачайте файлы расширений 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
Электронная почта [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"
    }
}