Youtube Upload Timer

Upload to youtube at a certain time.

Youtube Upload Timer क्या है?

Youtube Upload Timer niknah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upload to youtube at a certain time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube Upload Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is not supplied by Youtube and is unrelated to them.

When you have a large video to upload and you don't want it to slow down your internet during the day.
Or if your internet provider gives you off-peak access for free.

Youtube let's you set a "scheduled publishing time" but not an upload time.

This is for setting a time for the upload process before the publishing.


Changes...
v1.0.3 Updated to Chrome extension manifest v3.

v1.0.2 Updated it so it'll work in Youtube studio.  The old uploader will be removed from Youtube in the future.

v1.0.1  Fixed problem with the buttons not appearing.                    

एक्सटेंशन की मूल जानकारी

नाम Youtube Upload Timer Youtube Upload Timer
ID ocpgggmabipnhemenjflgnflbcieplcc
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-upload-timer/ocpgggmabipnhemenjflgnflbcieplcc
विवरण Upload to youtube at a certain time.
फ़ाइल का आकार 14.52 KB
स्थापना संख्या 468
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-12-05
प्रकाशन तिथि 2020-05-09
रेटिंग 4.57/5 कुल 7 रेटिंग्स
डेवलपर niknah
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://groups.google.com/d/forum/weezeewig-chrome-extensions
समर्थित भाषाएँ en
manifest.json
{
    "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"
            ]
        }
    ]
}