By: 23WIN
Inspect and view changes in Parrot API mocking Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Parrot API mocking",
"description": "Hassle-free mocking of xhr and fetch calls.",
"version": "8.6.1",
"author": "Ruud Landman",
"background": {
"scripts": [
"background/js/background.js"
],
"persistent": false
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"browser_action": {
"default_icon": "images/parrot.png",
"default_popup": "popup/popup.html"
},
"web_accessible_resources": [
"images/parrot.png"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_start",
"js": [
"generic/js/alert.js",
"content/js/content-start.js"
],
"css": [
"generic/css/css-variables.css",
"generic/css/alert.css"
]
},
{
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_end",
"js": [
"content/js/webcomponents-bundle.js",
"content/js/mock-data-manager.js",
"content/js/network-viewer.js",
"content/js/content-end.js"
],
"css": [
"generic/css/css-variables.css",
"generic/css/alert.css"
]
}
],
"icons": {
"128": "images/parrot.png"
},
"permissions": [
"storage",
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "{7176d51b-8a34-4417-bb2c-fbf22444d2da}"
}
}
} Best Parrot API mocking Pro Alternatives
Here are some Firefox add-ons that are similar to Parrot API mocking Pro:
Mock Express
Mock Express
Mocklet
Nikolai
Moq - Mock API Requests
Pavel Shpakovich
APIlot
Mohamed Zumair
Interceptor
Codemancers
API Mock Generator
Bernard Williamson
ModResponse Mock replay API
789Win
HTTP proxy for API testing website
Đoàn Thuận Thành
API Request Tester
Daniel
Apifox Browser Extension
apifox.com
tweak: mock and modify HTTP requests
tweak
Get That API
Ashutosh Dash