FiniteScroller for YouTube
Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.
Apa itu FiniteScroller for YouTube?
FiniteScroller for YouTube adalah ekstensi Chrome yang dikembangkan oleh Josh Thomas, dan fitur utamanya adalah "Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FiniteScroller for YouTube
Unduh file ekstensi FiniteScroller for YouTube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | FiniteScroller for YouTube |
ID | kegkkfafbnhjegacodknmiinnhfbelmp |
URL Resmi | https://chromewebstore.google.com/detail/finitescroller-for-youtub/kegkkfafbnhjegacodknmiinnhfbelmp |
Deskripsi | Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system. |
Ukuran File | 7.17 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 1.3.10 |
Terakhir Diperbarui | 2021-09-15 |
Tanggal Publikasi | 2021-09-07 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Josh Thomas |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } ] } |