Inspect and view changes in DevGuard – Web Error Monitor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "DevGuard – Web Error Monitor",
"version": "3.0.0",
"description": "Captures JS, resource, and HTTP errors across websites. Filter, export, and get AI explanations via OpenRouter.",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>",
"https://openrouter.ai/*"
],
"background": {
"service_worker": "src/background.js",
"type": "module"
},
"action": {
"default_popup": "src/popup.html",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src/content.js"
],
"run_at": "document_start"
}
]
} Best DevGuard – Web Error Monitor Alternatives
Here are some Chrome extensions that are similar to DevGuard – Web Error Monitor: