WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube101 - Assistant

YouTube101 - Assistant

View on Chrome Web Store
View YouTube101 - Assistant Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (13 ratings)
1 new ratings
9 views
This extension has been viewed 9 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

AI assistant to help content creators develop and manage their YouTube channel with AI support.
Type
Extension
Users
1,000 users
32
Website youtube101.id
Bang Tutorial
View author page of Bang Tutorial
Published
Published on February 25, 2025
Version 1.1.0
Manifest version
3
Updated
Updated on March 12, 2025
lifestyle/social
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube101 - Assistant 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": "YouTube101 - Assistant",
    "version": "1.1.0",
    "description": "AI assistant to help content creators develop and manage their YouTube channel with AI support.",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "clipboardRead"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/youtube101.id\/*",
        "https:\/\/generativelanguage.googleapis.com\/*"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/studio.youtube.com\/*"
            ],
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}
© 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