Youtube - Remove watched fixer

Actually remove watched Youtube videos from the Watch Later playlist

Co to jest Youtube - Remove watched fixer?

Youtube - Remove watched fixer to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Actually remove watched Youtube videos from the Watch Later playlist”.

Pobierz plik CRX rozszerzenia Youtube - Remove watched fixer

Pobierz pliki rozszerzeń Youtube - Remove watched fixer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Youtube - Remove watched fixer Youtube - Remove watched fixer
ID bnmbkjfobcamomnepifeoehjbgodldpc
Oficjalny URL https://chromewebstore.google.com/detail/youtube-remove-watched-fi/bnmbkjfobcamomnepifeoehjbgodldpc
Opis Actually remove watched Youtube videos from the Watch Later playlist
Rozmiar pliku 37.31 KB
Liczba instalacji 369
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2016-02-09
Data Publikacji 2016-02-09
Ocena 3.77/5 Łącznie 13 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}