YouTube NonStop

Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!

YouTube NonStop란 무엇입니까?

YouTube NonStop은(는) lawfx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!"입니다.

확장 프로그램 스크린샷

screenshot

YouTube NonStop 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ***Important: This extension doesn't keep the confirmation box from popping up. It only counters it. It auto-clicks the confirmation box and the video won't get paused.***

Working on YouTube and YouTube Music!
Media Keys supported!

Untested (but should work) when: Video is in fullscreen, Video is in miniplayer.

If you have any problems, don't hesitate to drop me an email. :)                    

확장 프로그램 기본 정보

이름 YouTube NonStop YouTube NonStop
ID nlkaejimjacpillmajjnopmpbkbnocid
공식 URL https://chromewebstore.google.com/detail/youtube-nonstop/nlkaejimjacpillmajjnopmpbkbnocid
설명 Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
파일 크기 76.16 KB
설치 횟수 728,552
현재 버전 0.9.2
최근 업데이트 2023-10-30
출시 날짜 2020-05-14
평점 3.47/5 총 941 개의 평점
개발자 lawfx
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/lawfx/YoutubeNonStop
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube NonStop",
    "short_name": "YT NonStop",
    "version": "0.9.2",
    "description": "Kiss the annoying \"Video paused. Continue watching?\" confirmation goodbye!",
    "web_accessible_resources": [
        {
            "resources": [
                "autoconfirm.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/yns16.png",
            "32": "images\/yns32.png",
            "48": "images\/yns48.png",
            "128": "images\/yns128.png"
        }
    },
    "icons": {
        "16": "images\/yns16.png",
        "32": "images\/yns32.png",
        "48": "images\/yns48.png",
        "128": "images\/yns128.png"
    },
    "manifest_version": 3
}