Time to Take a Break?

A reminder to take a quick break between Youtube videos and Netflix episodes

ما هو Time to Take a Break?؟

Time to Take a Break? هو إضافة Chrome تم تطويرها بواسطة Take A Break? - Reminder to take a break from Youtube and Netflifx، والميزة الرئيسية لها هي "A reminder to take a quick break between Youtube videos and Netflix episodes".

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

screenshot

تحميل ملف CRX للإضافة Time to Take a Break?

قم بتنزيل ملفات الامتداد Time to Take a Break? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A reminder to take a quick break between Youtube videos and Netlifx. 

Get stuck in endless watching several Youtube videos when you only wanted to watch one? With this simple and non-intrusive extension you can replicate the "take a break" feature from the Youtube Android and iOS apps.                    

معلومات أساسية عن التمديد

الاسم Time to Take a Break? Time to Take a Break?
ID efjchaibahpaomfdbigmmikalekcjika
عنوان URL الرسمي https://chromewebstore.google.com/detail/time-to-take-a-break/efjchaibahpaomfdbigmmikalekcjika
الوصف A reminder to take a quick break between Youtube videos and Netflix episodes
حجم الملف 83.15 KB
عدد التثبيتات 99
النسخة الحالية 0.1
آخر تحديث 2020-05-29
تاريخ النشر 2020-05-28
المطور Take A Break? - Reminder to take a break from Youtube and Netflifx
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time to Take a Break?",
    "description": "A reminder to take a quick break between Youtube videos and Netflix episodes",
    "version": "0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.youtube.com\/*",
                "https:\/\/www.m.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ],
            "css": [
                "take_a_break_style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}