YouTube: No Shorts, No Community, No Nonsense
Disables different sections for a more enjoyable experience.
Co to jest YouTube: No Shorts, No Community, No Nonsense?
YouTube: No Shorts, No Community, No Nonsense to rozszerzenie Chrome opracowane przez Oh Thomas, a jego główną funkcją jest „Disables different sections for a more enjoyable experience.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube: No Shorts, No Community, No Nonsense
Pobierz pliki rozszerzeń YouTube: No Shorts, No Community, No Nonsense 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
Choose which sections you'd like to block from loading to save your sanity from the gobble-de-gook they attract. Don't let unwanted content take up your time and space. Source code: https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube: No Shorts, No Community, No Nonsense |
ID | ailbpknjjkdokgecbhhdcmgponjnkaon |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-no-shorts-no-comm/ailbpknjjkdokgecbhhdcmgponjnkaon |
Opis | Disables different sections for a more enjoyable experience. |
Rozmiar pliku | 35.86 KB |
Liczba instalacji | 39 |
Aktualna Wersja | 0.6660 |
Ostatnia Aktualizacja | 2023-11-01 |
Data Publikacji | 2023-10-07 |
Deweloper | Oh Thomas |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube: No Shorts, No Community, No Nonsense", "description": "Disables different sections for a more enjoyable experience.", "version": "0.6660", "author": "Oh Thomas", "action": { "default_popup": ".\/dsc.html", "default_icon": { "16": ".\/images\/dsc16halloween.png", "32": ".\/images\/dsc32halloween.png", "48": ".\/images\/dsc48halloween.png", "64": ".\/images\/dsc64halloween.png", "96": ".\/images\/dsc96halloween.png", "128": ".\/images\/dsc128halloween.png" } }, "icons": { "16": ".\/images\/dsc16halloween.png", "32": ".\/images\/dsc32halloween.png", "64": ".\/images\/dsc64halloween.png", "96": ".\/images\/dsc96halloween.png", "128": ".\/images\/dsc128halloween.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start", "js": [ ".\/dsc.js" ], "css": [ ".\/dsc.css" ] } ] } |