YouTube Progress Bar Hider
Lightweight extension to hide the YouTube progress bar and video duration.
Was ist YouTube Progress Bar Hider?
YouTube Progress Bar Hider ist eine Chrome-Erweiterung, die von Lolo Réel entwickelt wurde, und ihr Hauptmerkmal ist "Lightweight extension to hide the YouTube progress bar and video duration.".
Erweiterungsscreenshots
YouTube Progress Bar Hider-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Progress Bar Hider-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- No configuration - No menu - Lightweight (<10kb)
Grundlegende Informationen zur Erweiterung
Name | YouTube Progress Bar Hider |
ID | oijcookiachipbcjfimdahgaacmmkpea |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-progress-bar-hide/oijcookiachipbcjfimdahgaacmmkpea |
Beschreibung | Lightweight extension to hide the YouTube progress bar and video duration. |
Dateigröße | 11.01 KB |
Installationsanzahl | 133 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-09-09 |
Veröffentlichungsdatum | 2020-09-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Lolo Réel |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |