WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
BetterBugs: A Fresh Approach to Bug Reporting

BetterBugs: A Fresh Approach to Bug Reporting

View on Chrome Web Store
View BetterBugs: A Fresh Approach to Bug Reporting Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (30 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Catch, report and fix bugs faster.
Type
Extension
Users
4,000 users
1K
Website betterbugs.io
QAVERSE Technology LLP
View author page of QAVERSE Technology LLP
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 24, 2023
Version 1.0.41
Manifest version
3
Updated
Updated on June 11, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View BetterBugs: A Fresh Approach to Bug Reporting Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterBugs: A Fresh Approach to Bug Reporting",
    "description": "Catch, report and fix bugs faster.",
    "version": "1.0.41",
    "manifest_version": 3,
    "incognito": "split",
    "action": {
        "default_icon": {
            "16": "appicon-16.png",
            "32": "appicon-32.png",
            "48": "appicon-48.png",
            "128": "appicon-128.png"
        },
        "default_title": "BetterBugs: A Fresh Approach to Bug Reporting"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "commands": {
        "takeVisibleScreenshot": {
            "suggested_key": {
                "default": "Alt+Shift+Z",
                "mac": "MacCtrl+Command+Z"
            },
            "description": "To capture visible page"
        },
        "takeCropScreenshot": {
            "suggested_key": {
                "default": "Alt+Shift+K",
                "mac": "MacCtrl+Command+K"
            },
            "description": "To capture crop screenshot"
        },
        "startTabScreenRecording": {
            "suggested_key": {
                "default": "Alt+Shift+Q",
                "mac": "MacCtrl+Command+T"
            },
            "description": "To start tab screen recording"
        },
        "startWindowScreenRecording": {
            "suggested_key": {
                "default": "Alt+Shift+W",
                "mac": "MacCtrl+Command+W"
            },
            "description": "To start window screen recording"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "unlimitedStorage",
        "storage",
        "cookies",
        "webRequest",
        "scripting",
        "webNavigation",
        "tabCapture",
        "browsingData",
        "offscreen",
        "management",
        "action"
    ],
    "host_permissions": [
        "<all_urls>",
        "*:\/\/*.google-analytics.com\/*",
        "*:\/\/*.analytics.google.com\/*",
        "*:\/\/*.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "logsListener.bundle.js"
            ],
            "run_at": "document_start",
            "world": "MAIN",
            "all_frames": false,
            "exclude_globs": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/console.cloud.google.com\/*"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "custom-area.css"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "exclude_globs": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/console.cloud.google.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "appicon-16.png",
        "32": "appicon-32.png",
        "48": "appicon-48.png",
        "128": "appicon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "worker.bundle.js",
                "logsListener.bundle.js",
                "*.png",
                "*.svg",
                "*.mp3",
                "ReactToastify.css",
                "camera.html",
                "updateExtension.html"
            ],
            "matches": [
                "<all_urls>"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self' https:\/\/www.googletagmanager.com; 'wasm-unsafe-eval'; https:\/\/apis.google.com; object-src 'self'"
    },
    "options_page": "options.html",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.betterbugs.io\/*",
            "https:\/\/betterbugs.io\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top