xhr-devtool

xhr-devtool

What is xhr-devtool?

xhr-devtool is a Chrome extension developed by https://www.2e33.com, and its main feature is "xhr-devtool".

Extension Screenshots

screenshot

Download xhr-devtool Extension CRX File

Download xhr-devtool 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

                        替换response结果                    

Extension Basic Information

Name xhr-devtool xhr-devtool
ID ppnbnljjjnogaidfedkfnohpbkipecpk
Official URL https://chromewebstore.google.com/detail/xhr-devtool/ppnbnljjjnogaidfedkfnohpbkipecpk
Description xhr-devtool
File Size 51.34 KB
Installation Count 75
Current Version 1.0
Last Updated 2019-04-02
Publish Date 2019-04-01
Rating 5.00/5 Total 1 Ratings
Developer https://www.2e33.com
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xhr-devtool",
    "description": "xhr-devtool",
    "version": "1.0",
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "static\/img\/icon.png"
    },
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "ajaxhook.min.js"
    ]
}