YouTube Progress Bar Hider

Lightweight extension to hide the YouTube progress bar and video duration.

Apa itu YouTube Progress Bar Hider?

YouTube Progress Bar Hider adalah ekstensi Chrome yang dikembangkan oleh Lolo Réel, dan fitur utamanya adalah "Lightweight extension to hide the YouTube progress bar and video duration.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube Progress Bar Hider

Unduh file ekstensi YouTube Progress Bar Hider 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

                        - No configuration
- No menu
- Lightweight (<10kb)                    

Informasi Dasar Ekstensi

Nama YouTube Progress Bar Hider YouTube Progress Bar Hider
ID oijcookiachipbcjfimdahgaacmmkpea
URL Resmi https://chromewebstore.google.com/detail/youtube-progress-bar-hide/oijcookiachipbcjfimdahgaacmmkpea
Deskripsi Lightweight extension to hide the YouTube progress bar and video duration.
Ukuran File 11.01 KB
Jumlah Instalasi 133
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-09-09
Tanggal Publikasi 2020-09-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Lolo Réel
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "yth.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "YouTube Progress Bar Hider",
    "description": "Lightweight extension to hide the YouTube progress bar and video duration.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0"
}