YouTube Enhancement Suite (YES)
A lightweight extension for enriching your YouTube experience.
Wat is YouTube Enhancement Suite (YES)?
YouTube Enhancement Suite (YES) is een Chrome-extensie ontwikkeld door Anant Mishra, en de belangrijkste functie is "A lightweight extension for enriching your YouTube experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Enhancement Suite (YES)
Download YouTube Enhancement Suite (YES)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
✔ 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.
Basisinformatie over de Extensie
Naam | YouTube Enhancement Suite (YES) |
ID | glemnkobkfifhjpmebpoafilpkmamhoj |
Officiële URL | https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj |
Beschrijving | A lightweight extension for enriching your YouTube experience. |
Bestandsgrootte | 24.38 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.7.2 |
Laatst Bijgewerkt | 2020-12-12 |
Publicatiedatum | 2020-12-11 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Anant Mishra |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |