FiniteScroller for YouTube

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

什麼是FiniteScroller for YouTube?

FiniteScroller for YouTube是由Josh Thomas開發的Chrome擴展程式,該擴展的主要功能是“Replaces the infinite scrolling on the YouTube homepage with a simpler, less addicting, page system.”。

擴展截圖

screenshot

下載FiniteScroller for YouTube擴展crx文件

下載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
官方網址 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\/"
            ]
        }
    ]
}