YouTube Recommendation Blocker
[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section
Co to jest YouTube Recommendation Blocker?
YouTube Recommendation Blocker to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Recommendation Blocker
Pobierz pliki rozszerzeń YouTube Recommendation 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
This extension is a super light weight YouTube recommendations and comments blocker. Stability not guaranteed! Video recommendations on the front page and on the side of the player will be hidden, as well as the comments section. It hides the content rather than outright removing it, ensuring that nothing breaks in the site's internal workings. The extension will only request permissions for YouTube, and has no background scripts. Yo @graphic designers please fix my graphics make a pull request on the git repo The Github repo is here: https://github.com/Fishy-Fishes/yt-blocker
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Recommendation Blocker |
ID | aklbieaecfoidlgjmiipikpgmhbcjoja |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-recommendation-bl/aklbieaecfoidlgjmiipikpgmhbcjoja |
Opis | [OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section |
Rozmiar pliku | 3.56 KB |
Liczba instalacji | 1,412 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2021-10-18 |
Data Publikacji | 2021-10-18 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | Unknown |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Fishy-Fishes/yt-blocker |
Adres URL Strony Pomocy | https://github.com/Fishy-Fishes/yt-blocker |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Recommendation Blocker", "description": "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section", "version": "2.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "injection.js" ], "run_at": "document_start" } ] } |