YouTube Enhancement Suite (YES)
A lightweight extension for enriching your YouTube experience.
Co to jest YouTube Enhancement Suite (YES)?
YouTube Enhancement Suite (YES) to rozszerzenie Chrome opracowane przez Anant Mishra, a jego główną funkcją jest „A lightweight extension for enriching your YouTube experience.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Enhancement Suite (YES)
Pobierz pliki rozszerzeń YouTube Enhancement Suite (YES) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        ✔ 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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | glemnkobkfifhjpmebpoafilpkmamhoj | 
| Oficjalny URL | https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj | 
| Opis | A lightweight extension for enriching your YouTube experience. | 
| Rozmiar pliku | 24.38 KB | 
| Liczba instalacji | 60 | 
| Aktualna Wersja | 1.7.2 | 
| Ostatnia Aktualizacja | 2020-12-12 | 
| Data Publikacji | 2020-12-11 | 
| Ocena | 5.00/5 Łącznie 3 Oceny | 
| Deweloper | Anant Mishra | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
            ]
        }
    ]
}  |  |