Web Sniffer
View all HTTP Requests and Responses sent between the Web browser and the Web server.
ما هو Web Sniffer؟
Web Sniffer هو إضافة Chrome تم تطويرها بواسطة http://5ms.ru، والميزة الرئيسية لها هي "View all HTTP Requests and Responses sent between the Web browser and the Web server.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Web Sniffer
قم بتنزيل ملفات الامتداد Web Sniffer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
For every HTTP request, the following information is displayed (can hide): - Tab ID, Title [filtered] - Request ID - Type Request [filtered] - Time [filtered] - Status [filtered] - Method (GET/POST, POST Body) [filtered] - Hostname [filtered] - URL (GET Params) - Headers (Request/Response)
معلومات أساسية عن التمديد
الاسم | |
ID | ndfgffclcpdbgghfgkmooklaendohaef |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/web-sniffer/ndfgffclcpdbgghfgkmooklaendohaef |
الوصف | View all HTTP Requests and Responses sent between the Web browser and the Web server. |
حجم الملف | 192 KB |
عدد التثبيتات | 30,000 |
النسخة الحالية | 0.0.0.2 |
آخر تحديث | 2018-03-19 |
تاريخ النشر | 2018-03-19 |
تقييم | 3.86/5 مجموع تقييمات 35 |
المطور | http://5ms.ru |
نوع الدفع | free |
موقع الإضافة | http://5ms.ru/sniffer/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Sniffer", "version": "0.0.0.2", "description": "View all HTTP Requests and Responses sent between the Web browser and the Web server.", "short_name": "Web Sniffer", "author": "5MS", "homepage_url": "http:\/\/5ms.ru\/sniffer\/", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "128.png" }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "Start Web Sniffer" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "manifest_version": 2 } |