Better watch later

Cleans up the 'Watch later' list on youtube

O que é Better watch later?

Better watch later é uma extensão do Chrome desenvolvida por nikolajaaes, e sua principal característica é "Cleans up the 'Watch later' list on youtube".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Better watch later

Baixe arquivos de extensão Better watch later 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

                        This extension makes the 'Watch later' page on youtube more compact and moves several of the buttons from a dropdown menu out to the page, saving a click every time you want to move or remove a video from the list.                    

Informações Básicas da Extensão

Nome Better watch later Better watch later
ID daiklokgbmbpnjnjbikdmjjdpbednjnh
URL Oficial https://chrome.google.com/webstore/detail/better-watch-later/daiklokgbmbpnjnjbikdmjjdpbednjnh
Descrição Cleans up the 'Watch later' list on youtube
Tamanho do Arquivo 34.51 KB
Contagem de Instalações 254
Versão Atual 1.4
Última Atualização 2022-03-21
Data de Publicação 2021-05-16
Classificação 3.89/5 Total de 9 Avaliações
Desenvolvedor nikolajaaes
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better watch later",
    "description": "Cleans up the 'Watch later' list on youtube",
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/playlist?list=WL"
            ],
            "css": [
                "betterWatchLater.css"
            ],
            "js": [
                "betterWatchLater.js"
            ]
        }
    ]
}