Set timer to watch youtube shorts

Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.

Set timer to watch youtube shorts क्या है?

Set timer to watch youtube shorts projectcollabx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube."।

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

screenshot
screenshot

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

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

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

                        In this extension we can set timer for watching YouTube shorts, after time is completed the user will be redirected to home page of YouTube and now when the user tries to access YouTube shorts the user will be redirected to home page of YouTube. To watch shorts again the user has to reinitialize the timer. User can only set timer when YouTube is open.
This extension helps users to manage their time by setting a specific time limit for watching YouTube shorts, users can avoid getting lost in endless video loops and focus on other important tasks.                    

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

नाम Set timer to watch youtube shorts Set timer to watch youtube shorts
ID pmnhboombkeplmppfdlicpbndonjjjjm
आधिकारिक URL https://chromewebstore.google.com/detail/set-timer-to-watch-youtub/pmnhboombkeplmppfdlicpbndonjjjjm
विवरण Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.
फ़ाइल का आकार 20.92 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-08-07
प्रकाशन तिथि 2023-06-06
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर projectcollabx
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Set timer to watch youtube shorts",
    "description": "Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img_231.png",
        "48": "img_231.png",
        "128": "img_231.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}