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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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\/" ] } ] } |