Watch Later button

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

Cos'è Watch Later button?

Watch Later button è un'estensione di Chrome sviluppata da Pletnov Alex, e la sua funzione principale è "Add a quick way to save videos to Watch Later on YouTube".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Watch Later button

Scarica i file di estensione Watch Later button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Watch Later button Watch Later button
ID igehcnnhegiagilpnablldbbcnjabkab
URL Ufficiale https://chromewebstore.google.com/detail/watch-later-button/igehcnnhegiagilpnablldbbcnjabkab
Descrizione Add a quick way to save videos to Watch Later on YouTube
Dimensione del File 88.67 KB
Conteggio Installazioni 54
Versione Corrente 1.1
Ultimo Aggiornamento 2023-12-26
Data di Pubblicazione 2022-12-15
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Pletnov Alex
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}