YouTube Enhancement Suite (YES)
A lightweight extension for enriching your YouTube experience.
Vad är YouTube Enhancement Suite (YES)?
YouTube Enhancement Suite (YES) är en Chrome-tillägg utvecklad av Anant Mishra, och dess huvudfunktion är "A lightweight extension for enriching your YouTube experience.".
Tilläggsskärmbilder
Ladda ner YouTube Enhancement Suite (YES)-förlängningens CRX-fil
Ladda ner YouTube Enhancement Suite (YES)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
✔ 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. Grundläggande Information om Tillägg
| Namn | |
| ID | glemnkobkfifhjpmebpoafilpkmamhoj |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj |
| Beskrivning | A lightweight extension for enriching your YouTube experience. |
| Filstorlek | 24.38 KB |
| Antal Installationer | 60 |
| Aktuell Version | 1.7.2 |
| Senast Uppdaterad | 2020-12-12 |
| Publiceringsdatum | 2020-12-11 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Anant Mishra |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |