Better watch later

Cleans up the 'Watch later' list on youtube

Cos'è Better watch later?

Better watch later è un'estensione di Chrome sviluppata da nikolajaaes, e la sua funzione principale è "Cleans up the 'Watch later' list on youtube".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Better watch later

Scarica i file di estensione Better watch later 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Better watch later Better watch later
ID daiklokgbmbpnjnjbikdmjjdpbednjnh
URL Ufficiale https://chrome.google.com/webstore/detail/better-watch-later/daiklokgbmbpnjnjbikdmjjdpbednjnh
Descrizione Cleans up the 'Watch later' list on youtube
Dimensione del File 34.51 KB
Conteggio Installazioni 254
Versione Corrente 1.4
Ultimo Aggiornamento 2022-03-21
Data di Pubblicazione 2021-05-16
Valutazione 3.89/5 Totale 9 Valutazioni
Sviluppatore nikolajaaes
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}