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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A reminder to take a quick break between Youtube videos and Netflix episodes"입니다.

확장 프로그램 스크린샷

screenshot

Time to Take a Break? 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}