YouTube Enhancement Suite (YES)

A lightweight extension for enriching your YouTube experience.

Apa itu YouTube Enhancement Suite (YES)?

YouTube Enhancement Suite (YES) adalah ekstensi Chrome yang dikembangkan oleh Anant Mishra, dan fitur utamanya adalah "A lightweight extension for enriching your YouTube experience.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi YouTube Enhancement Suite (YES)

Unduh file ekstensi YouTube Enhancement Suite (YES) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama YouTube Enhancement Suite (YES) YouTube Enhancement Suite (YES)
ID glemnkobkfifhjpmebpoafilpkmamhoj
URL Resmi https://chromewebstore.google.com/detail/youtube-enhancement-suite/glemnkobkfifhjpmebpoafilpkmamhoj
Deskripsi A lightweight extension for enriching your YouTube experience.
Ukuran File 24.38 KB
Jumlah Instalasi 60
Versi Saat Ini 1.7.2
Terakhir Diperbarui 2020-12-12
Tanggal Publikasi 2020-12-11
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Anant Mishra
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}