WebExtension.net
Toggle dark mode
WebExtension.net

Youtube Upload Timer

View on Chrome Web Store
View Youtube Upload Timer Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (7 ratings)
0 views
This extension has been viewed 0 times

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

Upload to youtube at a certain time.
Type
Extension
Users
482 users
5
niknah
View author page of niknah
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 23, 2015
Version 1.0.3
Manifest version
3
Updated
Updated on December 5, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View Youtube Upload Timer 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": "Youtube Upload Timer",
    "version": "1.0.3",
    "manifest_version": 3,
    "description": "Upload to youtube at a certain time.",
    "icons": {
        "128": "upload128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/studio.youtube.com\/"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/studio.youtube.com\/*"
            ],
            "js": [
                "Youtube_Upload_Timer.user.js"
            ]
        }
    ]
}
© 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