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? 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Time to Take a Break? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}