Shorts Time

Shorts Time

Shorts Time क्या है?

Shorts Time Vladymyr Borblyk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shorts Time"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The extension shows the Time of the video on YouTube Shorts. We are not affiliated with Google, LLC                    

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

नाम Shorts Time Shorts Time
ID ghobmafihaocpjpnafajjffknganmkpk
आधिकारिक URL https://chromewebstore.google.com/detail/shorts-time/ghobmafihaocpjpnafajjffknganmkpk
विवरण Shorts Time
फ़ाइल का आकार 173 KB
स्थापना संख्या 44
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-08-16
प्रकाशन तिथि 2023-08-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Vladymyr Borblyk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mozgion.com/
सहायता पृष्ठ URL https://mozgion.com/contacts/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/background.js"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon_128.png"
        },
        "default_title": "Shorts Time",
        "default_popup": "popup.html"
    },
    "name": "Shorts Time",
    "description": "Shorts Time",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/app.js"
            ],
            "css": [
                "\/style.css"
            ],
            "run_at": "document_end"
        }
    ]
}