Finite

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

What is Finite?

Finite is a Chrome extension developed by YQ42, and its main feature is "Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Finite Extension CRX File

Download Finite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Finite Finite
ID kidobhmjkffpcgdkhciodmkhbhbbdboe
Official URL https://chromewebstore.google.com/detail/finite/kidobhmjkffpcgdkhciodmkhbhbbdboe
Description Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.
File Size 103 KB
Installation Count 68
Current Version 0.3.3
Last Updated 2024-01-23
Publish Date 2023-11-15
Developer YQ42
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/yuqiu42/extension-privacy-policy/blob/master/README.md
Supported Languages 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"
    }
}