YouTube Enhancement Suite (YES)

A lightweight extension for enriching your YouTube experience.

YouTube Enhancement Suite (YES) là gì?

YouTube Enhancement Suite (YES) là một tiện ích mở rộng Chrome được phát triển bởi Anant Mishra, và tính năng chính của nó là "A lightweight extension for enriching your YouTube experience.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Enhancement Suite (YES)

Tải xuống các tệp mở rộng YouTube Enhancement Suite (YES) 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

                        ✔ Removes annoying end-cards on YT videos.
✔ Lightweight: good on your RAM.
✔ More immersive movies: button to hide the top and bottom bar while watching (keyboard shortcut: 'h')
✔ Volume control with keyboard ('a' and 'd' keys).
✔ Display remaining time on the video.
✔ Display at what time the video ends.
✔ Combine with existing shortcuts of YT: c, m, j, k, l, h, a, d for complete experience.                    

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

Tên YouTube Enhancement Suite (YES) YouTube Enhancement Suite (YES)
ID glemnkobkfifhjpmebpoafilpkmamhoj
URL Chính Thức https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj
Mô tả A lightweight extension for enriching your YouTube experience.
Kích Thước Tệp 24.38 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.7.2
Cập Nhật Lần Cuối 2020-12-12
Ngày Phát Hành 2020-12-11
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Anant Mishra
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Enhancement Suite (YES)",
    "version": "1.7.2",
    "description": "A lightweight extension for enriching your YouTube experience.",
    "manifest_version": 2,
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "core.min.js"
            ],
            "css": [
                "style.min.css"
            ]
        }
    ]
}