Show YouTube Video Upload Date

Show video upload dates on the YouTube video page.

Show YouTube Video Upload Date क्या है?

Show YouTube Video Upload Date Soulbot Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show video upload dates on the YouTube video page."।

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

screenshot
screenshot

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

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

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

                        Show the full date that the video was uploaded on the YouTube video page, instead of "1 year ago", "2 weeks ago", etc. Also includes dates for videos in the sidebar.

When submitting support requests please provide YouTube URL, OS (Windows/Mac/etc) and screen resolution http://whatismyscreenresolution.net/                    

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

नाम Show YouTube Video Upload Date Show YouTube Video Upload Date
ID amdebbajoolgbbgdhdnkhmgkkdlbkdgi
आधिकारिक URL https://chromewebstore.google.com/detail/show-youtube-video-upload/amdebbajoolgbbgdhdnkhmgkkdlbkdgi
विवरण Show video upload dates on the YouTube video page.
फ़ाइल का आकार 9.85 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 3.4
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2022-03-06
रेटिंग 4.10/5 कुल 96 रेटिंग्स
डेवलपर Soulbot Software
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/stevedecoded/youtube-upload-date
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.4",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "default_locale": "en"
}