Hide Watched

Hide watched videos.

O que é Hide Watched?

Hide Watched é uma extensão do Chrome desenvolvida por Alexander Logach, e sua principal característica é "Hide watched videos.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hide Watched

Baixe arquivos de extensão Hide Watched no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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%), нажмите на иконку расширения, и видео будут убраны.

Рекомендую повесить расширение на горячую клавишу.                    

Informações Básicas da Extensão

Nome Hide Watched Hide Watched
ID fdfakmaakflfeclamkkgjphjjpclfgjj
URL Oficial https://chromewebstore.google.com/detail/hide-watched/fdfakmaakflfeclamkkgjphjjpclfgjj
Descrição Hide watched videos.
Tamanho do Arquivo 15.71 KB
Contagem de Instalações 215
Versão Atual 1.0
Última Atualização 2019-03-26
Data de Publicação 2019-03-25
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Alexander Logach
Tipo de Pagamento free
Idiomas Suportados 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
}