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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/"
            ]
        }
    ]
}