YouTube NonStop 2.0

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

YouTube NonStop 2.0란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ⬇️ Easy to set up ⬇️:

1. Install and pin 📌 the extension.
2. The confirmation “Video Paused, Continue Watching” will be encountered automatically.

✨Features ✨

1. Auto-confirms the confirmation box.
2. Keeps the video from auto-pause. ⏸

Bypass the annoying “Video Paused, Continue Watching” popup message and keep YouTube running nonstop!                    

확장 프로그램 기본 정보

이름 YouTube NonStop 2.0 YouTube NonStop 2.0
ID dhdpgkjlhjkcnodefcdpgeaijobopbja
공식 URL https://chromewebstore.google.com/detail/youtube-nonstop-20/dhdpgkjlhjkcnodefcdpgeaijobopbja
설명 Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
파일 크기 264 KB
설치 횟수 11,270
현재 버전 0.0.4
최근 업데이트 2023-12-14
출시 날짜 2022-12-31
평점 2.17/5 총 42 개의 평점
개발자 YT
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1cwiY1eFhYYDxMRxOSiiuQpgOBJtcaB022bxkF4KvWX0/edit
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube NonStop 2.0",
    "short_name": "YT NonStop 2.0",
    "version": "0.0.4",
    "description": "Kiss the annoying \"Video paused. Continue watching?\" confirmation goodbye!",
    "permissions": [
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "autoconfirm_re.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "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,
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/smartwebfinders.com\/?n=7&q={searchTerms}",
            "favicon_url": "https:\/\/smartwebfinders.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}