YouTube Enhancement Suite (YES)

A lightweight extension for enriching your YouTube experience.

YouTube Enhancement Suite (YES)란 무엇입니까?

YouTube Enhancement Suite (YES)은(는) Anant Mishra에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A lightweight extension for enriching your YouTube experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

YouTube Enhancement Suite (YES) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ✔ 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.                    

확장 프로그램 기본 정보

이름 YouTube Enhancement Suite (YES) YouTube Enhancement Suite (YES)
ID glemnkobkfifhjpmebpoafilpkmamhoj
공식 URL https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj
설명 A lightweight extension for enriching your YouTube experience.
파일 크기 24.38 KB
설치 횟수 60
현재 버전 1.7.2
최근 업데이트 2020-12-12
출시 날짜 2020-12-11
평점 5.00/5 총 3 개의 평점
개발자 Anant Mishra
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}