WebSpy: explore and test website
Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.
What is WebSpy: explore and test website?
WebSpy: explore and test website is a Chrome extension developed by extensioncreatorsllc, and its main feature is "Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.".
Extension Screenshots
Download WebSpy: explore and test website Extension CRX File
Download WebSpy: explore and test website extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows to view all requests on any website, create and test custom HTTP requests. You can edit all request and response headers and body in XML/JSON/HTML/TEXT format. One of the best API testing and analysis tool. Allows to send GET, POST, PUT, PATCH, DELETE requests. Allows to repeat and edit any existing request. Built-in JSON, XML, CSS, HTML Viewer/Formatter. It's like a postman inside chrome. Useful to optimize and test your website.
Extension Basic Information
Name | WebSpy: explore and test website |
ID | aedipmheomnpcbgmanofhaccebgapije |
Official URL | https://chromewebstore.google.com/detail/webspy-explore-and-test-w/aedipmheomnpcbgmanofhaccebgapije |
Description | Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests. |
File Size | 130 KB |
Installation Count | 12,203 |
Current Version | 1.3.22 |
Last Updated | 2019-08-28 |
Publish Date | 2019-08-27 |
Rating | 3.50/5 Total 28 Ratings |
Developer | extensioncreatorsllc |
Payment Type | free |
Privacy Policy Page URL | https://bornsecret.com/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebSpy: explore and test website", "version": "1.3.22", "description": "Monitor HTTP GET\/POST requests. XML\/JSON Viewer\/Formatter for request and response body. REST Client: send GET\/POST\/PATCH requests.", "icons": { "16": "images\/spy16.png", "32": "images\/spy32.png", "48": "images\/spy48.png", "128": "images\/spy128.png" }, "background": { "scripts": [ "js\/bg.js" ] }, "content_scripts": [ { "matches": [ " |