xhr-devtool

xhr-devtool

Wat is xhr-devtool?

xhr-devtool is een Chrome-extensie ontwikkeld door https://www.2e33.com, en de belangrijkste functie is "xhr-devtool".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie xhr-devtool

Download xhr-devtool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        替换response结果                    

Basisinformatie over de Extensie

Naam xhr-devtool xhr-devtool
ID ppnbnljjjnogaidfedkfnohpbkipecpk
Officiële URL https://chromewebstore.google.com/detail/xhr-devtool/ppnbnljjjnogaidfedkfnohpbkipecpk
Beschrijving xhr-devtool
Bestandsgrootte 51.34 KB
Aantal Installaties 75
Huidige Versie 1.0
Laatst Bijgewerkt 2019-04-02
Publicatiedatum 2019-04-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.2e33.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}