WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TubePilot — Reaction Video Studio & YouTube AI Metadata Generator

TubePilot — Reaction Video Studio & YouTube AI Metadata Generator

View on Chrome Web Store
View TubePilot — Reaction Video Studio & YouTube AI Metadata Generator Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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 reaction videos in your browser — PiP, side-by-side, AI background removal. Plus AI-generated YouTube metadata.
Type
Extension
Users
3 users
1
smyt***************
View author page of smyt***************
Published
Published on February 24, 2026
Version 1.3.0
Manifest version
3
Updated
Updated on March 4, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View TubePilot — Reaction Video Studio & YouTube AI Metadata Generator 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": "TubePilot \u2014 Reaction Video Studio & YouTube AI Metadata Generator",
    "version": "1.3.0",
    "description": "Record reaction videos in your browser \u2014 PiP, side-by-side, AI background removal. Plus AI-generated YouTube metadata.",
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "scripting",
        "offscreen",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "sidepanel\/sidepanel.html"
    },
    "host_permissions": [
        "https:\/\/business-search-api-815700675676.us-central1.run.app\/*",
        "https:\/\/www.googleapis.com\/youtube\/*",
        "https:\/\/www.googleapis.com\/upload\/youtube\/*",
        "https:\/\/www.googleapis.com\/oauth2\/*"
    ],
    "oauth2": {
        "client_id": "815700675676-0pq07d55g7nrvlghroislq2lrvvcbrso.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/youtube.force-ssl",
            "https:\/\/www.googleapis.com\/auth\/youtube.upload"
        ]
    },
    "background": {
        "service_worker": "background\/service-worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "TubePilot"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/studio.youtube.com\/*"
            ],
            "js": [
                "config.js",
                "content\/youtube-studio.js"
            ],
            "css": [
                "content\/styles.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "services\/reactions-state.js",
                "content\/youtube-reactions.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "lib\/mediapipe\/*",
                "lib\/mediapipe\/wasm\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 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