You(Tube) don't stop!

Prevents annoying "video paused" dialogs from showing up

You(Tube) don't stop!란 무엇입니까?

You(Tube) don't stop!은(는) spmn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Prevents annoying "video paused" dialogs from showing up"입니다.

확장 프로그램 스크린샷

screenshot

You(Tube) don't stop! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Recently, YouTube introduced a new "feature" which stops the video playback after a predetermined period of inactivity.

This extension fools YouTube into thinking that you are constantly active, so those "video paused" pop-ups won't show up at all.                    

확장 프로그램 기본 정보

이름 You(Tube) don't stop! You(Tube) don't stop!
ID odklofidedfkjjgjnobmpipmobmlgkel
공식 URL https://chromewebstore.google.com/detail/youtube-dont-stop/odklofidedfkjjgjnobmpipmobmlgkel
설명 Prevents annoying "video paused" dialogs from showing up
파일 크기 5.73 KB
설치 횟수 4,596
현재 버전 1.1.0
최근 업데이트 2019-06-23
출시 날짜 2019-06-23
평점 3.70/5 총 10 개의 평점
개발자 spmn
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/spmn/yt-dont-stop/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "You(Tube) don't stop!",
    "version": "1.1.0",
    "description": "Prevents annoying \"video paused\" dialogs from showing up",
    "homepage_url": "https:\/\/github.com\/spmn\/yt-dont-stop",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtu.be\/*"
            ],
            "js": [
                "js\/bootstrapper.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/payload.js"
    ],
    "icons": {
        "128": "img\/icon_128.png"
    }
}