WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Screen Recorder with Bug Reports – Shakebug

Screen Recorder with Bug Reports – Shakebug

View on Chrome Web Store
View Screen Recorder with Bug Reports – Shakebug Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (22 ratings)
5 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.

Effortless screen recording and sharing with built-in annotations, voice, and instant link generation.
Type
Extension
Users
138 users
4
Website shakebug.com
Softnoesis
View author page of Softnoesis
Published
Published on January 17, 2025
Version 1.0.11
Manifest version
3
Updated
Updated on June 14, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Screen Recorder with Bug Reports – Shakebug 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",
    "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.11",
    "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>"
            ]
        }
    ]
}
© 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