Better watch later
Cleans up the 'Watch later' list on youtube
Co to jest Better watch later?
Better watch later to rozszerzenie Chrome opracowane przez nikolajaaes, a jego główną funkcją jest „Cleans up the 'Watch later' list on youtube”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Better watch later
Pobierz pliki rozszerzeń Better watch later 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | daiklokgbmbpnjnjbikdmjjdpbednjnh |
Oficjalny URL | https://chrome.google.com/webstore/detail/better-watch-later/daiklokgbmbpnjnjbikdmjjdpbednjnh |
Opis | Cleans up the 'Watch later' list on youtube |
Rozmiar pliku | 34.51 KB |
Liczba instalacji | 254 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2022-03-21 |
Data Publikacji | 2021-05-16 |
Ocena | 3.89/5 Łącznie 9 Oceny |
Deweloper | nikolajaaes |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |