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.

WebSpy: explore and test website क्या है?

WebSpy: explore and test website extensioncreatorsllc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebSpy: explore and test website एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम WebSpy: explore and test website WebSpy: explore and test website
ID aedipmheomnpcbgmanofhaccebgapije
आधिकारिक URL https://chromewebstore.google.com/detail/webspy-explore-and-test-w/aedipmheomnpcbgmanofhaccebgapije
विवरण Monitor HTTP GET/POST requests. XML/JSON Viewer/Formatter for request and response body. REST Client: send GET/POST/PATCH requests.
फ़ाइल का आकार 130 KB
स्थापना संख्या 12,203
वर्तमान संस्करण 1.3.22
अंतिम अपडेट 2019-08-28
प्रकाशन तिथि 2019-08-27
रेटिंग 3.50/5 कुल 28 रेटिंग्स
डेवलपर extensioncreatorsllc
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://bornsecret.com/privacy.html
समर्थित भाषाएँ 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": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html"
    }
}