Youtube filter(hide watched)
Adds a filter to remove watched videos
Co to jest Youtube filter(hide watched)?
Youtube filter(hide watched) to rozszerzenie Chrome opracowane przez tpogih, a jego główną funkcją jest „Adds a filter to remove watched videos”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Youtube filter(hide watched)
Pobierz pliki rozszerzeń Youtube filter(hide watched) 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
Removes watched videos from the list. You can easily find new videos on your favorite channel.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bdaeelkaallcpnhkdcenggcakegmejim |
Oficjalny URL | https://chrome.google.com/webstore/detail/youtube%C2%A0filterhide-watche/bdaeelkaallcpnhkdcenggcakegmejim |
Opis | Adds a filter to remove watched videos |
Rozmiar pliku | 880 KB |
Liczba instalacji | 74 |
Aktualna Wersja | 1.0.16 |
Ostatnia Aktualizacja | 2022-09-07 |
Data Publikacji | 2021-02-05 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | tpogih |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | de,en,es,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.0.16", "default_locale": "en", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "action": { "default_title": "__MSG_extensionName__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/content.js" ], "css": [ "css\/append.css" ] } ] } |