Finite

Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.

什麼是Finite?

Finite是由YQ42開發的Chrome擴展程式,該擴展的主要功能是“Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.”。

擴展截圖

screenshot
screenshot
screenshot

下載Finite擴展crx文件

下載Finite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Finite adds a number for each post to your infinite timeline, so you'll know the amount of information you've consumed or the amount of doom scrolling is done.

You already know how many people you followed, now you'll know how many posts there are on your timeline with Finite.

You can also give yourself breaks to read 10 tweets or browse 20 posts, and then get back to work.                    

擴展基本資訊

名稱 Finite Finite
ID kidobhmjkffpcgdkhciodmkhbhbbdboe
官方網址 https://chromewebstore.google.com/detail/finite/kidobhmjkffpcgdkhciodmkhbhbbdboe
簡介 Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.
檔案大小 103 KB
安裝次數 68
目前版本 0.3.3
更新時間 2024-01-23
上架時間 2023-11-15
開發者 YQ42
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://github.com/yuqiu42/extension-privacy-policy/blob/master/README.md
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Finite",
    "version": "0.3.3",
    "description": "Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.",
    "content_scripts": [
        {
            "js": [
                "setUpFiniteTimeline.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}