YouTube Enhancement Suite (YES)
A lightweight extension for enriching your YouTube experience.
Cos'è YouTube Enhancement Suite (YES)?
YouTube Enhancement Suite (YES) è un'estensione di Chrome sviluppata da Anant Mishra, e la sua funzione principale è "A lightweight extension for enriching your YouTube experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Enhancement Suite (YES)
Scarica i file di estensione YouTube Enhancement Suite (YES) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        ✔ 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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | glemnkobkfifhjpmebpoafilpkmamhoj | 
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj | 
| Descrizione | A lightweight extension for enriching your YouTube experience. | 
| Dimensione del File | 24.38 KB | 
| Conteggio Installazioni | 60 | 
| Versione Corrente | 1.7.2 | 
| Ultimo Aggiornamento | 2020-12-12 | 
| Data di Pubblicazione | 2020-12-11 | 
| Valutazione | 5.00/5 Totale 3 Valutazioni | 
| Sviluppatore | Anant Mishra | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
            ]
        }
    ]
}  |  |