Web Sniffer
View all HTTP Requests and Responses sent between the Web browser and the Web server.
Web Sniffer क्या है?
Web Sniffer http://5ms.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View all HTTP Requests and Responses sent between the Web browser and the Web server."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web Sniffer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |