YouTube Enhancement Suite (YES)
A lightweight extension for enriching your YouTube experience.
Was ist YouTube Enhancement Suite (YES)?
YouTube Enhancement Suite (YES) ist eine Chrome-Erweiterung, die von Anant Mishra entwickelt wurde, und ihr Hauptmerkmal ist "A lightweight extension for enriching your YouTube experience.".
Erweiterungsscreenshots
YouTube Enhancement Suite (YES)-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Enhancement Suite (YES)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
✔ 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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | glemnkobkfifhjpmebpoafilpkmamhoj |
| Offizielle URL | https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj |
| Beschreibung | A lightweight extension for enriching your YouTube experience. |
| Dateigröße | 24.38 KB |
| Installationsanzahl | 60 |
| Aktuelle Version | 1.7.2 |
| Letztes Update | 2020-12-12 |
| Veröffentlichungsdatum | 2020-12-11 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Anant Mishra |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |