WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Studio GPT

YouTube Studio GPT

View on Chrome Web Store
View YouTube Studio GPT Chrome Extension on Chrome Web Store
Add to bookmarks
2.0 (2 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.

Quickly reply to your YouTube channel comments in 3 click using AI
Type
Extension
Users
473 users
11
Website mlkv.xyz
Daniël Beukes
View author page of Daniël Beukes
Published
Published on September 21, 2024
Version 0.7
Manifest version
3
Updated
Updated on June 19, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube Studio GPT 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": "YouTube Studio GPT",
    "version": "0.7",
    "description": "Quickly reply to your YouTube channel comments in 3 click using AI",
    "permissions": [
        "identity",
        "storage"
    ],
    "oauth2": {
        "client_id": "2272240871858-lco2otv3j1ohq8qa42msjg4f29ou0lbv.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email"
        ]
    },
    "icons": {
        "48": "images\/ytsgpt-logo.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/studio.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles\/content.css",
                "styles\/loader.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon.png",
                "tabs\/dashboard.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/mlkv.xyz\/*"
    ]
}
© 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