Server Spy
all info about the server
ما هو Server Spy؟
Server Spy هو إضافة Chrome تم تطويرها بواسطة neat8 team، والميزة الرئيسية لها هي "all info about the server".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Server Spy
قم بتنزيل ملفات الامتداد Server Spy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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" } } |