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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}