YT Shorts Blocker
Block YouTube shorts from showing up on your feed.
Co to jest YT Shorts Blocker?
YT Shorts Blocker to rozszerzenie Chrome opracowane przez Natalius, a jego główną funkcją jest „Block YouTube shorts from showing up on your feed.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YT Shorts Blocker
Pobierz pliki rozszerzeń YT Shorts Blocker 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
Block YouTube shorts from showing up on your feed. You are still able to view them by going directly to your shorts feed.
Podstawowe informacje o rozszerzeniu
Nazwa | YT Shorts Blocker |
ID | dekfemoloimmoffncaglceheghddongm |
Oficjalny URL | https://chromewebstore.google.com/detail/yt-shorts-blocker/dekfemoloimmoffncaglceheghddongm |
Opis | Block YouTube shorts from showing up on your feed. |
Rozmiar pliku | 31.95 KB |
Liczba instalacji | 629 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2023-07-17 |
Data Publikacji | 2023-05-08 |
Ocena | 4.40/5 Łącznie 5 Oceny |
Deweloper | Natalius |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Natalius-dev/YT-Shorts-Blocker |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YT Shorts Blocker", "description": "Block YouTube shorts from showing up on your feed.", "version": "1.1.0", "icons": { "16": "icon_small.png", "32": "icon_small.png", "48": "icon_large.png", "128": "icon_large.png" }, "action": { "default_icon": "icon_small.png", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "index.js" ] } ] } |