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
Что такое YouTube Recommendation Blocker?
YouTube Recommendation Blocker - это расширение Chrome, разработанное Unknown, и его основная функция - "[OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Recommendation Blocker
Скачайте файлы расширений YouTube Recommendation Blocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | YouTube Recommendation Blocker |
ID | aklbieaecfoidlgjmiipikpgmhbcjoja |
Официальный URL | https://chromewebstore.google.com/detail/youtube-recommendation-bl/aklbieaecfoidlgjmiipikpgmhbcjoja |
Описание | [OPEN SOURCE] Blocks YouTube recommendations on the front page and on the side of the video player, as well as the comments section |
Размер файла | 3.56 KB |
Количество установок | 1,412 |
Текущая Версия | 2.1 |
Последнее Обновление | 2021-10-18 |
Дата публикации | 2021-10-18 |
Рейтинг | 4.75/5 Всего 4 оценок |
Разработчик | Unknown |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/Fishy-Fishes/yt-blocker |
URL страницы помощи | https://github.com/Fishy-Fishes/yt-blocker |
Поддерживаемые языки | 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" } ] } |