YouTube Enhancement Suite (YES)

A lightweight extension for enriching your YouTube experience.

Qu'est-ce que YouTube Enhancement Suite (YES) ?

YouTube Enhancement Suite (YES) est une extension Chrome développée par Anant Mishra, et sa fonction principale est "A lightweight extension for enriching your YouTube experience.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Enhancement Suite (YES)

Téléchargez les fichiers d'extension YouTube Enhancement Suite (YES) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ✔ 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.                    

Informations de Base sur l'Extension

Nom YouTube Enhancement Suite (YES) YouTube Enhancement Suite (YES)
ID glemnkobkfifhjpmebpoafilpkmamhoj
URL Officiel https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj
Description A lightweight extension for enriching your YouTube experience.
Taille du Fichier 24.38 KB
Nombre d'Installations 60
Version Actuelle 1.7.2
Dernière Mise à Jour 2020-12-12
Date de Publication 2020-12-11
Évaluation 5.00/5 Total 3 Évaluations
Développeur Anant Mishra
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}