FiniteScroller for YouTube
Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
Co to jest FiniteScroller for YouTube?
FiniteScroller for YouTube to rozszerzenie Chrome opracowane przez Josh Thomas, a jego główną funkcją jest „Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FiniteScroller for YouTube
Pobierz pliki rozszerzeń FiniteScroller for YouTube 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
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kegkkfafbnhjegacodknmiinnhfbelmp |
| Oficjalny URL | https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp |
| Opis | Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system. |
| Rozmiar pliku | 7.17 KB |
| Liczba instalacji | 27 |
| Aktualna Wersja | 1.3.10 |
| Ostatnia Aktualizacja | 2021-09-15 |
| Data Publikacji | 2021-09-07 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Josh Thomas |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/"
]
}
]
} | |