Hide Watched
Hide watched videos.
Hvad er Hide Watched?
Hide Watched er en Chrome-udvidelse udviklet af Alexander Logach, og dens hovedfunktion er "Hide watched videos.".
Udvidelsesskærmbilleder
Download Hide Watched-udvidelses-CRX-fil
Download Hide Watched-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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%), нажмите на иконку расширения, и видео будут убраны.
Рекомендую повесить расширение на горячую клавишу. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fdfakmaakflfeclamkkgjphjjpclfgjj |
| Officiel URL | https://chromewebstore.google.com/detail/hide-watched/fdfakmaakflfeclamkkgjphjjpclfgjj |
| Beskrivelse | Hide watched videos. |
| Filstørrelse | 15.71 KB |
| Antal Installationer | 215 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2019-03-26 |
| Udgivelsesdato | 2019-03-25 |
| Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
| Udvikler | Alexander Logach |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |