FiniteScroller for YouTube
Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
Что такое FiniteScroller for YouTube?
FiniteScroller for YouTube - это расширение Chrome, разработанное Josh Thomas, и его основная функция - "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.".
Снимки экрана расширения
Скачать файл CRX расширения FiniteScroller for YouTube
Скачайте файлы расширений FiniteScroller for YouTube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A simple, lightweight Chrome extension that removes the infinite scrolling of the Youtube homepage, and replaces it with the former page system (rather than infinite content loading, you have to click "next"). I built this as I waste a lot of time scrolling down through the Youtube homepage - reverting back to pages ensures that I waste a lot less time each day. If you have any issues, reach out to me at: [email protected] Cheers! Josh
Основная информация о расширении
Название | FiniteScroller for YouTube |
ID | kegkkfafbnhjegacodknmiinnhfbelmp |
Официальный URL | https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp |
Описание | Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system. |
Размер файла | 7.17 KB |
Количество установок | 27 |
Текущая Версия | 1.3.10 |
Последнее Обновление | 2021-09-15 |
Дата публикации | 2021-09-07 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Josh Thomas |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FiniteScroller for YouTube", "version": "1.3.10", "description": "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.youtube.com\/" ] } ] } |