You(Tube) don't stop!

Prevents annoying "video paused" dialogs from showing up

You(Tube) don't stop! là gì?

You(Tube) don't stop! là một tiện ích mở rộng Chrome được phát triển bởi spmn, và tính năng chính của nó là "Prevents annoying "video paused" dialogs from showing up".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng You(Tube) don't stop!

Tải xuống các tệp mở rộng You(Tube) don't stop! 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

                        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.                    

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

Tên You(Tube) don't stop! You(Tube) don't stop!
ID odklofidedfkjjgjnobmpipmobmlgkel
URL Chính Thức https://chromewebstore.google.com/detail/youtube-dont-stop/odklofidedfkjjgjnobmpipmobmlgkel
Mô tả Prevents annoying "video paused" dialogs from showing up
Kích Thước Tệp 5.73 KB
Số Lần Cài Đặt 4,596
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2019-06-23
Ngày Phát Hành 2019-06-23
Đánh Giá 3.70/5 Tổng số 10 Đánh Giá
Nhà Phát Triển spmn
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/spmn/yt-dont-stop/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}