YouTube Enhancement Suite (YES)

A lightweight extension for enriching your YouTube experience.

What is YouTube Enhancement Suite (YES)?

YouTube Enhancement Suite (YES) is a Chrome extension developed by Anant Mishra, and its main feature is "A lightweight extension for enriching your YouTube experience.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download YouTube Enhancement Suite (YES) Extension CRX File

Download YouTube Enhancement Suite (YES) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube Enhancement Suite (YES) YouTube Enhancement Suite (YES)
ID glemnkobkfifhjpmebpoafilpkmamhoj
Official URL https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj
Description A lightweight extension for enriching your YouTube experience.
File Size 24.38 KB
Installation Count 60
Current Version 1.7.2
Last Updated 2020-12-12
Publish Date 2020-12-11
Rating 5.00/5 Total 3 Ratings
Developer Anant Mishra
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}