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 هو إضافة Chrome تم تطويرها بواسطة projectcollabx، والميزة الرئيسية لها هي "Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Set timer to watch youtube shorts

قم بتنزيل ملفات الامتداد Set timer to watch youtube shorts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}