Shorts Blocker
Removes Shorts from the home page, subscriptions page, and the search results in Youtube.
Co to jest Shorts Blocker?
Shorts Blocker to rozszerzenie Chrome opracowane przez Umut Seven, a jego główną funkcją jest „Removes Shorts from the home page, subscriptions page, and the search results in Youtube.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Shorts Blocker
Pobierz pliki rozszerzeń 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
Requirements: Chrome 105 and above Do you hate Youtube Shorts? Do you wish they wouldn't clutter up your subscriptions page? Do you wish there was an easy way of hiding them? Introducing, the Shorts Blocker; a very simple Google Chrome extension that hides Youtube Shorts from everywhere; the home page, subscriptions page, and even the search results. The entire project is open source, with no data collection, no ads, and no tracking.
Podstawowe informacje o rozszerzeniu
Nazwa | Shorts Blocker |
ID | ckagfhpboagdopichicnebandlofghbc |
Oficjalny URL | https://chromewebstore.google.com/detail/shorts-blocker/ckagfhpboagdopichicnebandlofghbc |
Opis | Removes Shorts from the home page, subscriptions page, and the search results in Youtube. |
Rozmiar pliku | 9.3 KB |
Liczba instalacji | 6,000 |
Aktualna Wersja | 3.2 |
Ostatnia Aktualizacja | 2023-11-09 |
Data Publikacji | 2023-05-02 |
Ocena | 4.38/5 Łącznie 21 Oceny |
Deweloper | Umut Seven |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/umutseven92/shorts-blocker |
Adres URL Strony Pomocy | https://github.com/umutseven92/shorts-blocker/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shorts Blocker", "version": "3.2", "description": "Removes Shorts from the home page, subscriptions page, and the search results in Youtube.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "css": [ "css\/blocker.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |