YouTube Watch Later Cleaner

A simple Chrome extension to clear down a cluttered YouTube's Watch Later list.

Qu'est-ce que YouTube Watch Later Cleaner ?

YouTube Watch Later Cleaner est une extension Chrome développée par https://rickblyth.com, et sa fonction principale est "A simple Chrome extension to clear down a cluttered YouTube's Watch Later list.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTube Watch Later Cleaner

Téléchargez les fichiers d'extension YouTube Watch Later Cleaner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ⚡ YouTube Watch Later Cleaner ⚡

Tired of constantly and tediously clicking to clear out your YouTube's Watch Later list? I've been there, and I built this Chrome Extension to help automate it!

With YouTube Watch Later Cleaner, effortlessly declutter your playlist in no time. Simply head over to YouTube's Watch Later list at https://www.youtube.com/playlist?list=WL and kick back as this extension does all the heavy lifting for you.

👉 Full Control at Your Fingertips! 

Whether you wish to clear out a few videos or spring-clean the entire list, the choice is yours! Start or stop the cleanup process as you desire, ensuring you have complete control over your Watch Later experience.


🙌 Your Feedback Fuels Me! 🙌
If my extension brings a sigh of relief to your browsing routine, all I ask for is a review. Your feedback helps me improve and serve more users like you.

So .... say goodbye to tedious manual clear-outs and elevate your YouTube experience with YouTube Watch Later Cleaner!                    

Informations de Base sur l'Extension

Nom YouTube Watch Later Cleaner YouTube Watch Later Cleaner
ID ammpipkidminighginhepkgnmiojgbjp
URL Officiel https://chromewebstore.google.com/detail/youtube-watch-later-clean/ammpipkidminighginhepkgnmiojgbjp
Description A simple Chrome extension to clear down a cluttered YouTube's Watch Later list.
Taille du Fichier 9.52 KB
Nombre d'Installations 125
Version Actuelle 1.1
Dernière Mise à Jour 2023-08-25
Date de Publication 2023-08-25
Évaluation 3.75/5 Total 4 Évaluations
Développeur https://rickblyth.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Watch Later Cleaner",
    "version": "1.1",
    "description": "A simple Chrome extension to clear down a cluttered YouTube's Watch Later list.",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": ""
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/playlist?list=WL*"
            ],
            "js": [
                "contentscript.js"
            ],
            "css": [
                "contentstyles.css"
            ]
        }
    ]
}