Youtube - Remove watched fixer

Actually remove watched Youtube videos from the Watch Later playlist

Qu'est-ce que Youtube - Remove watched fixer ?

Youtube - Remove watched fixer est une extension Chrome développée par Unknown, et sa fonction principale est "Actually remove watched Youtube videos from the Watch Later playlist".

Télécharger le fichier CRX de l'extension Youtube - Remove watched fixer

Téléchargez les fichiers d'extension Youtube - Remove watched fixer 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

                        For many people, the "Remove watched" button in Youtube's "Watch later" playlist doesn't work. This extension replaces that button with a workaround.                    

Informations de Base sur l'Extension

Nom Youtube - Remove watched fixer Youtube - Remove watched fixer
ID bnmbkjfobcamomnepifeoehjbgodldpc
URL Officiel https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc
Description Actually remove watched Youtube videos from the Watch Later playlist
Taille du Fichier 37.31 KB
Nombre d'Installations 369
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-02-09
Date de Publication 2016-02-09
Évaluation 3.77/5 Total 13 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube - Remove watched fixer",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Actually remove watched Youtube videos from the Watch Later playlist",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/playlist?list=WL"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}