WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Birdie

Birdie

View on Chrome Web Store
View Birdie Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 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.

Record your screen, capture logs, and document repro steps—all in one click. Simplify bug reporting and speed up issue resolution.
Type
Extension
Users
1,000 users
26
Website birdie.so
publisher
View author page of publisher
Published
Published on January 15, 2025
Version 0.7.16
Manifest version
3
Updated
Updated on August 21, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Birdie 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": "Birdie",
    "description": "Record your screen, capture logs, and document repro steps\u2014all in one click. Simplify bug reporting and speed up issue resolution.",
    "version": "0.7.16",
    "version_name": "0.7.16",
    "manifest_version": 3,
    "minimum_chrome_version": "116",
    "action": {
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "48": "images\/icon-48x48.png",
            "128": "images\/icon-128x128.png"
        }
    },
    "incognito": "spanning",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "<all_urls>",
        "file:\/\/\/*"
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "activeTab",
        "tabCapture",
        "offscreen",
        "scripting",
        "desktopCapture",
        "webRequest",
        "downloads"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content_handle.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.birdie.test\/*",
                "https:\/\/*.birdie.so\/*",
                "https:\/\/localhost:5173\/*"
            ],
            "js": [
                "js\/content_birdie.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/video.html",
                "js\/video.js",
                "src\/grantmic.html",
                "js\/grantmic.js",
                "src\/desktopRecord.html",
                "js\/desktopRecordjs.js",
                "src\/offscreen.html",
                "js\/offscreenjs.js",
                "src\/soundlevel.html",
                "js\/soundleveljs.js",
                "js\/birdie_logger.js",
                "js\/init_pristine.js"
            ],
            "matches": [
                "<all_urls>",
                "chrome-extension:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "start-recording-shortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Start\/Stop Recording"
        },
        "pause-recording-shortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Pause\/Resume Recording"
        },
        "draw-shortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Enable\/Disable Drawing"
        }
    }
}
© 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