ParrotMocker
Intercept h5/node.js requests and mock reponses
Wat is ParrotMocker?
ParrotMocker is een Chrome-extensie ontwikkeld door chinesedfan, en de belangrijkste functie is "Intercept h5/node.js requests and mock reponses".
Extensie Screenshots
Download het CRX-bestand van de extensie ParrotMocker
Download ParrotMocker-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
Supports to intercept XHR/JSONP/Fetch requests and forward to the specified mock server. Basisinformatie over de Extensie
| Naam | |
| ID | hdhamekapmnmceohfdbfelofidflfelm |
| Officiële URL | https://chromewebstore.google.com/detail/parrotmocker/hdhamekapmnmceohfdbfelofidflfelm |
| Beschrijving | Intercept h5/node.js requests and mock reponses |
| Bestandsgrootte | 55.87 KB |
| Aantal Installaties | 182 |
| Huidige Versie | 1.6.0 |
| Laatst Bijgewerkt | 2022-11-25 |
| Publicatiedatum | 2018-07-07 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | chinesedfan |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/chinesedfan/parrot-mocker |
| Help Pagina-URL | https://github.com/chinesedfan/parrot-mocker/issues |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ParrotMocker",
"version": "1.6.0",
"description": "Intercept h5\/node.js requests and mock reponses",
"icons": {
"128": "img\/parrot-128.png"
},
"action": {
"default_title": "ParrotMocker",
"default_icon": "img\/parrot-32.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"build\/content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"build\/parrot.js"
],
"matches": [
" | |