YouTube Progress Bar Hider
Lightweight extension to hide the YouTube progress bar and video duration.
Cos'è YouTube Progress Bar Hider?
YouTube Progress Bar Hider è un'estensione di Chrome sviluppata da Lolo Réel, e la sua funzione principale è "Lightweight extension to hide the YouTube progress bar and video duration.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Progress Bar Hider
Scarica i file di estensione YouTube Progress Bar Hider in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- No configuration
- No menu
- Lightweight (<10kb) Informazioni di Base sull'Estensione
| Nome | |
| ID | oijcookiachipbcjfimdahgaacmmkpea |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-progress-bar-hide/oijcookiachipbcjfimdahgaacmmkpea |
| Descrizione | Lightweight extension to hide the YouTube progress bar and video duration. |
| Dimensione del File | 11.01 KB |
| Conteggio Installazioni | 133 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-09-09 |
| Data di Pubblicazione | 2020-09-20 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Lolo Réel |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |