YouTube Progress Bar Hider

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

Wat is YouTube Progress Bar Hider?

YouTube Progress Bar Hider is een Chrome-extensie ontwikkeld door Lolo Réel, en de belangrijkste functie is "Lightweight extension to hide the YouTube progress bar and video duration.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Progress Bar Hider

Download YouTube Progress Bar Hider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YouTube Progress Bar Hider YouTube Progress Bar Hider
ID oijcookiachipbcjfimdahgaacmmkpea
Officiële URL https://chromewebstore.google.com/detail/youtube-progress-bar-hide/oijcookiachipbcjfimdahgaacmmkpea
Beschrijving Lightweight extension to hide the YouTube progress bar and video duration.
Bestandsgrootte 11.01 KB
Aantal Installaties 133
Huidige Versie 1.0
Laatst Bijgewerkt 2023-09-09
Publicatiedatum 2020-09-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Lolo Réel
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}