Time to Take a Break?

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

What is Time to Take a Break??

Time to Take a Break? is a Chrome extension developed by Take A Break? - Reminder to take a break from Youtube and Netflifx, and its main feature is "A reminder to take a quick break between Youtube videos and Netflix episodes".

Extension Screenshots

screenshot

Download Time to Take a Break? Extension CRX File

Download Time to Take a Break? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Time to Take a Break? Time to Take a Break?
ID efjchaibahpaomfdbigmmikalekcjika
Official URL https://chromewebstore.google.com/detail/time-to-take-a-break/efjchaibahpaomfdbigmmikalekcjika
Description A reminder to take a quick break between Youtube videos and Netflix episodes
File Size 83.15 KB
Installation Count 99
Current Version 0.1
Last Updated 2020-05-29
Publish Date 2020-05-28
Developer Take A Break? - Reminder to take a break from Youtube and Netflifx
Payment Type free
Supported Languages 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"
    }
}