Time to Take a Break?

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

Co to jest Time to Take a Break??

Time to Take a Break? to rozszerzenie Chrome opracowane przez Take A Break? - Reminder to take a break from Youtube and Netflifx, a jego główną funkcją jest „A reminder to take a quick break between Youtube videos and Netflix episodes”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Time to Take a Break?

Pobierz pliki rozszerzeń Time to Take a Break? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Time to Take a Break? Time to Take a Break?
ID efjchaibahpaomfdbigmmikalekcjika
Oficjalny URL https://chromewebstore.google.com/detail/time-to-take-a-break/efjchaibahpaomfdbigmmikalekcjika
Opis A reminder to take a quick break between Youtube videos and Netflix episodes
Rozmiar pliku 83.15 KB
Liczba instalacji 99
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-05-29
Data Publikacji 2020-05-28
Deweloper Take A Break? - Reminder to take a break from Youtube and Netflifx
Typ Płatności free
Obsługiwane Języki 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"
    }
}