WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Sidebar & App Launcher for ChatGPT, YouTube, Reddit & More - TabBuddy

Sidebar & App Launcher for ChatGPT, YouTube, Reddit & More - TabBuddy

View on Chrome Web Store
View Sidebar & App Launcher for ChatGPT, YouTube, Reddit & More - TabBuddy Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (2 ratings)
1 new ratings
7 views
This extension has been viewed 7 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.

Access ChatGPT, Reddit, YouTube, and more from a sidebar. Multitask and launch apps without switching tabs.
Type
Extension
Users
196 users
6
Website tabbuddy.app
Softcore Labs
View author page of Softcore Labs
Published
Published on July 1, 2024
Version 1.2.0
Manifest version
3
Updated
Updated on May 12, 2025
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Sidebar & App Launcher for ChatGPT, YouTube, Reddit & More - TabBuddy 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": "Sidebar & App Launcher for ChatGPT, YouTube, Reddit & More - TabBuddy",
    "description": "Access ChatGPT, Reddit, YouTube, and more from a sidebar. Multitask and launch apps without switching tabs.",
    "version": "1.2.0",
    "permissions": [
        "sidePanel",
        "declarativeNetRequestWithHostAccess",
        "browsingData",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "side_panel": {
        "default_path": "index.html"
    },
    "action": {
        "default_title": "Click to open Tab Buddy",
        "default_icon": "images\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "frame.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'",
        "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "commands": {
        "open-sidebar": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "Open TabBuddy Sidebar"
        },
        "open-app-1": {
            "suggested_key": {
                "default": "Alt+Shift+1"
            },
            "description": "Open App 1"
        },
        "open-app-2": {
            "suggested_key": {
                "default": "Alt+Shift+2"
            },
            "description": "Open App 2"
        },
        "open-app-3": {
            "suggested_key": {
                "default": "Alt+Shift+3"
            },
            "description": "Open App 3"
        },
        "open-app-4": {
            "description": "Open App 4"
        },
        "open-app-5": {
            "description": "Open App 5"
        },
        "open-app-6": {
            "description": "Open App 6"
        },
        "open-app-7": {
            "description": "Open App 7"
        },
        "open-item-8": {
            "description": "Open App 8"
        },
        "open-item-9": {
            "description": "Open App 9"
        }
    }
}
© 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