WebExtension.net
WebExtension.net

Youtube Upload Timer

View on Chrome Web Store
View Youtube Upload Timer Chrome Extension on Chrome Web Store
4.6 (7 ratings)

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
491 users
1
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
View on Chrome Web Store
View Youtube Upload Timer Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

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"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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