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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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\/"
            ]
        }
    ]
}