Inspect and view changes in DumbQL Debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "DumbQL GraphQL Debugger",
"version": "1.0.1",
"description": "Capture, inspect, and debug GraphQL queries, mutations, and subscriptions from your app. View request/response details, timing, schema browser, cache snapshots, and field projection analysis.",
"browser_specific_settings": {
"gecko": {
"id": "graphql-debugger@dumb-keystore",
"strict_min_version": "140.0"
}
},
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content-script.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"content-script-main.js"
],
"matches": [
"http://*/*",
"https://*/*"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"devtools_page": "devtools.html",
"action": {
"default_popup": "popup.html",
"default_title": "DumbQL GraphQL Debugger",
"default_icon": {
"16": "icons/icon-16.svg",
"48": "icons/icon-48.svg",
"128": "icons/icon-128.svg"
}
},
"icons": {
"16": "icons/icon-16.svg",
"48": "icons/icon-48.svg",
"128": "icons/icon-128.svg"
}
} Best DumbQL Debugger Alternatives
Here are some Firefox add-ons that are similar to DumbQL Debugger:
GraphQL Playground
graphql-playground-extension
GraphiTab
Jason Simeone
TanStack Query DevTools
DeeCode
Urql Devtools
Urql Devtools (Formidable)
FoxyQL
Milo Xeon
Apollo Client Devtools
Apollo Team
Helper tool for GraphQL
playground
Helper tool for GraphQL
playground
Apollo Inspector
DevDelta
Gem DevTools
mantou132
GraphQL DevTools
Francesco De Stefano
APIlot
Mohamed Zumair