Server Spy

all info about the server

Apa itu Server Spy?

Server Spy adalah ekstensi Chrome yang dikembangkan oleh neat8 team, dan fitur utamanya adalah "all info about the server".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Server Spy

Unduh file ekstensi Server Spy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Server Spy Server Spy
ID kpdlkiflggoeiijngaeklnbfclhnmadl
URL Resmi https://chromewebstore.google.com/detail/server-spy/kpdlkiflggoeiijngaeklnbfclhnmadl
Deskripsi all info about the server
Ukuran File 108 KB
Jumlah Instalasi 108
Versi Saat Ini 2.2
Terakhir Diperbarui 2021-07-25
Tanggal Publikasi 2020-11-23
Pengembang neat8 team
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bads-tm.github.io
Bahasa yang Didukung 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"
    }
}