Watch Later button

Add a quick way to save videos to Watch Later on YouTube

O que é Watch Later button?

Watch Later button é uma extensão do Chrome desenvolvida por Pletnov Alex, e sua principal característica é "Add a quick way to save videos to Watch Later on YouTube".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Watch Later button

Baixe arquivos de extensão Watch Later button 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

                        Quick way to add video to "Watch Later.."
Add a quick way to save videos to Watch Later on YouTube.
Minimal. Simple.

YouTube™ is a trademark of Google Inc.
Use of this trademark is subject to Google Permissions.                    

Informações Básicas da Extensão

Nome Watch Later button Watch Later button
ID igehcnnhegiagilpnablldbbcnjabkab
URL Oficial https://chromewebstore.google.com/detail/watch-later-button/igehcnnhegiagilpnablldbbcnjabkab
Descrição Add a quick way to save videos to Watch Later on YouTube
Tamanho do Arquivo 88.67 KB
Contagem de Instalações 54
Versão Atual 1.1
Última Atualização 2023-12-26
Data de Publicação 2022-12-15
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Pletnov Alex
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Watch Later button",
    "description": "Add a quick way to save videos to Watch Later on YouTube",
    "version": "1.1",
    "author": "@2thecrow",
    "icons": {
        "16": "assets\/icons\/red\/iconmonstr-text-plus-lined-16.png",
        "32": "assets\/icons\/red\/iconmonstr-text-plus-lined-32.png",
        "48": "assets\/icons\/red\/iconmonstr-text-plus-lined-48.png",
        "128": "assets\/icons\/red\/iconmonstr-text-plus-lined-120.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/styles\/style.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/saveto.js"
            ]
        }
    ]
}