YouTube Enhancement Suite (YES)
A lightweight extension for enriching your YouTube experience.
Co je YouTube Enhancement Suite (YES)?
YouTube Enhancement Suite (YES) je rozšíření Chrome vyvinuté Anant Mishra, a jeho hlavní funkcí je „A lightweight extension for enriching your YouTube experience.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření YouTube Enhancement Suite (YES)
Stáhněte si soubory rozšíření YouTube Enhancement Suite (YES) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
✔ 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.
Základní Informace o Rozšíření
Název | YouTube Enhancement Suite (YES) |
ID | glemnkobkfifhjpmebpoafilpkmamhoj |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj |
Popis | A lightweight extension for enriching your YouTube experience. |
Velikost souboru | 24.38 KB |
Počet instalací | 60 |
Aktuální Verze | 1.7.2 |
Poslední Aktualizace | 2020-12-12 |
Datum Vydání | 2020-12-11 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Anant Mishra |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |