YoutubeShortTimeController

You can control the current time of YouTube Shorts with a mouse click.

YoutubeShortTimeController क्या है?

YoutubeShortTimeController psg0107 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can control the current time of YouTube Shorts with a mouse click."।

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

screenshot

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

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

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

                        유튜브 쇼츠 하단의 영상 재생바를 클릭해서 시간을 변경할 수 있습니다.

You can click on the video playback bar at the bottom of YouTube Shorts to change the time.                    

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

नाम YoutubeShortTimeController YoutubeShortTimeController
ID bhjbcabomfjkdlklcmlainidbjlkamjn
आधिकारिक URL https://chromewebstore.google.com/detail/youtubeshorttimecontrolle/bhjbcabomfjkdlklcmlainidbjlkamjn
विवरण You can control the current time of YouTube Shorts with a mouse click.
फ़ाइल का आकार 10.59 KB
स्थापना संख्या 193
वर्तमान संस्करण 1.0.0.3
अंतिम अपडेट 2023-07-19
प्रकाशन तिथि 2023-02-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर psg0107
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YoutubeShortTimeController",
    "description": "You can control the current time of YouTube Shorts with a mouse click.",
    "version": "1.0.0.3",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "author": "SGPark",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/youtube.com\/*",
        "*:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "scripting"
    ]
}