Hide Watched
Hide watched videos.
Wat is Hide Watched?
Hide Watched is een Chrome-extensie ontwikkeld door Alexander Logach, en de belangrijkste functie is "Hide watched videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide Watched
Download Hide Watched-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
Use this extension to hide all watched videos, extension also hides all videos with progress more than 40%.
Video will be available again after page reload.
It can helps a lot when you travel through channels, especially when you search for new videos in your subscriptions.
Instructions:
Just click on extension icon being on page where you want to hide all watched (also more than 40% viewed) videos.
Typically you will need to click it couple times, because Youtube will add oldest video.
I recommend to add Hotkey for the extension.
Расширение позволяет скрыть все просмотренные видео, также скрываются видео прогресс просмотра которых более 40%
Находясь на странице где присутствуют "Просмотренные" видео (а также просмотренные более чем на 40%), нажмите на иконку расширения, и видео будут убраны.
Рекомендую повесить расширение на горячую клавишу. Basisinformatie over de Extensie
| Naam | |
| ID | fdfakmaakflfeclamkkgjphjjpclfgjj |
| Officiële URL | https://chromewebstore.google.com/detail/hide-watched/fdfakmaakflfeclamkkgjphjjpclfgjj |
| Beschrijving | Hide watched videos. |
| Bestandsgrootte | 15.71 KB |
| Aantal Installaties | 215 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2019-03-26 |
| Publicatiedatum | 2019-03-25 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Alexander Logach |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hide Watched",
"description": "Hide watched videos.",
"version": "1.0",
"icons": {
"128": "images\/128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": [],
"permissions": [
"activeTab"
],
"manifest_version": 2
} | |