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.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screen Recorder with Bug Reports \u2013 Shakebug", "description": "Effortless screen recording and sharing with built-in annotations, voice, and instant link generation.", "version": "1.0.13", "permissions": [ "cookies", "webRequest", "webRequestBlocking", "activeTab", "tabs", "storage", "scripting", "desktopCapture" ], "host_permissions": [ "http:\/\/localhost\/*", "https:\/\/localhost\/*", "https:\/\/app.shakebug.com\/*", "http:\/\/app.shakebug.com\/*", "http:\/\/shakebug.com\/*", "https:\/\/shakebug.com\/*", "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": false } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+X", "mac": "Command+Shift+X" }, "description": "Activate the extension" }, "capture_visible_screen": { "suggested_key": { "default": "Ctrl+Shift+V", "mac": "Command+Shift+V" }, "description": "Capture visible screen" }, "capture_cropped_area": { "suggested_key": { "default": "Ctrl+Shift+Q", "mac": "Command+Shift+Q" }, "description": "Capture cropped area" }, "capture_full_screen": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "Command+Shift+F" }, "description": "Capture full screen" } }, "web_accessible_resources": [ { "resources": [ "capturedScreen.html", "capturedScreen.js", "recording.html", "recording.js", "js\/html2canvas.min.js", "js\/ffmpeg.min.js", "inject.js" ], "matches": [ "<all_urls>" ] } ] }