FiniteScroller for YouTube

Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.

Qu'est-ce que FiniteScroller for YouTube ?

FiniteScroller for YouTube est une extension Chrome développée par Josh Thomas, et sa fonction principale est "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FiniteScroller for YouTube

Téléchargez les fichiers d'extension FiniteScroller for YouTube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom FiniteScroller for YouTube FiniteScroller for YouTube
ID kegkkfafbnhjegacodknmiinnhfbelmp
URL Officiel https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp
Description Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
Taille du Fichier 7.17 KB
Nombre d'Installations 27
Version Actuelle 1.3.10
Dernière Mise à Jour 2021-09-15
Date de Publication 2021-09-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur Josh Thomas
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
            ]
        }
    ]
}