Finite

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

Co je Finite?

Finite je rozšíření Chrome vyvinuté YQ42, a jeho hlavní funkcí je „Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Finite

Stáhněte si soubory rozšíření Finite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Finite Finite
ID kidobhmjkffpcgdkhciodmkhbhbbdboe
Oficiální URL https://chromewebstore.google.com/detail/finite/kidobhmjkffpcgdkhciodmkhbhbbdboe
Popis Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.
Velikost souboru 103 KB
Počet instalací 68
Aktuální Verze 0.3.3
Poslední Aktualizace 2024-01-23
Datum Vydání 2023-11-15
Vývojář YQ42
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://github.com/yuqiu42/extension-privacy-policy/blob/master/README.md
Podporované Jazyky 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"
    }
}