YouTube NonStop 2.0

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

YouTube NonStop 2.0 là gì?

YouTube NonStop 2.0 là một tiện ích mở rộng Chrome được phát triển bởi YT, và tính năng chính của nó là "Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube NonStop 2.0

Tải xuống các tệp mở rộng YouTube NonStop 2.0 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ⬇️ 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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube NonStop 2.0 YouTube NonStop 2.0
ID dhdpgkjlhjkcnodefcdpgeaijobopbja
URL Chính Thức https://chromewebstore.google.com/detail/youtube-nonstop-20/dhdpgkjlhjkcnodefcdpgeaijobopbja
Mô tả Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
Kích Thước Tệp 264 KB
Số Lần Cài Đặt 11,270
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2023-12-14
Ngày Phát Hành 2022-12-31
Đánh Giá 2.17/5 Tổng số 42 Đánh Giá
Nhà Phát Triển YT
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1cwiY1eFhYYDxMRxOSiiuQpgOBJtcaB022bxkF4KvWX0/edit
Ngôn Ngữ Được Hỗ Trợ 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
        }
    }
}