YouTube Shorts Remover
A lightweight extension that removes the youtube shorts button on the sidebar.
Co to jest YouTube Shorts Remover?
YouTube Shorts Remover to rozszerzenie Chrome opracowane przez Laith Alayassa, a jego główną funkcją jest „A lightweight extension that removes the youtube shorts button on the sidebar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Shorts Remover
Pobierz pliki rozszerzeń YouTube Shorts Remover 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
If you unconsciously (or consciously) press the shorts button, and find 45 minutes of your life just disappear, this might help you avoid that. This extension removes the shorts tab button so that you don't click it.
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Shorts Remover |
ID | jcbjhgdapmnpgcogifboiepkpdpacipj |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj |
Opis | A lightweight extension that removes the youtube shorts button on the sidebar. |
Rozmiar pliku | 8.4 KB |
Liczba instalacji | 934 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2023-11-21 |
Data Publikacji | 2022-07-27 |
Ocena | 3.33/5 Łącznie 3 Oceny |
Deweloper | Laith Alayassa |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Shorts Remover", "description": "A lightweight extension that removes the youtube shorts button on the sidebar.", "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "remover.js" ] } ], "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |