By: Aevorn LLC
Inspect and view changes in Console Log Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Console Log Filter",
"short_name": "Console Log ",
"version": "1.0.0",
"description": "Console logs get noisy on complex apps. This panel adds persistent filters by level, regex search, and the ability to save filtered ",
"author": "ForgeX",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"background": {
"type": "module",
"scripts": [
"background/service-worker.js"
]
},
"action": {
"default_popup": "popup/popup.html",
"default_title": "Console Log Filter",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"content/content.js"
],
"run_at": "document_idle",
"all_frames": false
}
],
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"browser_specific_settings": {
"gecko": {
"id": "console_log_filter@forgex.aevorn",
"strict_min_version": "109.0"
}
}
} Best Console Log Filter Alternatives
Here are some Firefox add-ons that are similar to Console Log Filter:
Log Reader
LabMemNo003
Neat Browser Console Logger
Kimberly Baker
Copy Console
Luis Reinoso
ConsoleZone
Angelde93
Console Log Element
Howard Chiam
Loggy - Console + Network Log Collector
Kyubiware
Easy Logger
ericluciano
Splunk Log Formatter
locpt
Console Error Viewer
MumbaiEnjoyer
Debug Collector
jysun
Console Enhancer
WIN79 GAME ONLINE