xhr-devtool

xhr-devtool

什么是xhr-devtool?

xhr-devtool是由https://www.2e33.com开发的Chrome扩展程序,该扩展的主要功能是“xhr-devtool”。

扩展截图

screenshot

下载xhr-devtool扩展crx文件

下载xhr-devtool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        替换response结果                    

扩展基本信息

名称 xhr-devtool xhr-devtool
ID ppnbnljjjnogaidfedkfnohpbkipecpk
官方URL https://chromewebstore.google.com/detail/xhr-devtool/ppnbnljjjnogaidfedkfnohpbkipecpk
简介 xhr-devtool
文件大小 51.34 KB
安装次数 75
当前版本 1.0
更新时间 2019-04-02
上架时间 2019-04-01
评分 5.00/5 共1次评分
开发者 https://www.2e33.com
付费类型 free
支持的语言 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"
    ]
}