FiniteScroller for YouTube
Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
Wat is FiniteScroller for YouTube?
FiniteScroller for YouTube is een Chrome-extensie ontwikkeld door Josh Thomas, en de belangrijkste functie is "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.".
Extensie Screenshots
Download het CRX-bestand van de extensie FiniteScroller for YouTube
Download FiniteScroller for YouTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | kegkkfafbnhjegacodknmiinnhfbelmp |
| Officiële URL | https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp |
| Beschrijving | Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system. |
| Bestandsgrootte | 7.17 KB |
| Aantal Installaties | 27 |
| Huidige Versie | 1.3.10 |
| Laatst Bijgewerkt | 2021-09-15 |
| Publicatiedatum | 2021-09-07 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Josh Thomas |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/"
]
}
]
} | |