Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
Hand-picked for quality and usefulness
{ "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.42", "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\/*" ] } }