ParrotMocker
Intercept h5/node.js requests and mock reponses
Co to jest ParrotMocker?
ParrotMocker to rozszerzenie Chrome opracowane przez chinesedfan, a jego główną funkcją jest „Intercept h5/node.js requests and mock reponses”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ParrotMocker
Pobierz pliki rozszerzeń ParrotMocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Supports to intercept XHR/JSONP/Fetch requests and forward to the specified mock server.
Podstawowe informacje o rozszerzeniu
Nazwa | ParrotMocker |
ID | hdhamekapmnmceohfdbfelofidflfelm |
Oficjalny URL | https://chromewebstore.google.com/detail/parrotmocker/hdhamekapmnmceohfdbfelofidflfelm |
Opis | Intercept h5/node.js requests and mock reponses |
Rozmiar pliku | 55.87 KB |
Liczba instalacji | 182 |
Aktualna Wersja | 1.6.0 |
Ostatnia Aktualizacja | 2022-11-25 |
Data Publikacji | 2018-07-07 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | chinesedfan |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/chinesedfan/parrot-mocker |
Adres URL Strony Pomocy | https://github.com/chinesedfan/parrot-mocker/issues |
Obsługiwane Języki | 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": [ " |