Finite

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

Was ist Finite?

Finite ist eine Chrome-Erweiterung, die von YQ42 entwickelt wurde, und ihr Hauptmerkmal ist "Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Finite-Erweiterungs-CRX-Datei herunterladen

Laden Sie Finite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Finite Finite
ID kidobhmjkffpcgdkhciodmkhbhbbdboe
Offizielle URL https://chromewebstore.google.com/detail/finite/kidobhmjkffpcgdkhciodmkhbhbbdboe
Beschreibung Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.
Dateigröße 103 KB
Installationsanzahl 68
Aktuelle Version 0.3.3
Letztes Update 2024-01-23
Veröffentlichungsdatum 2023-11-15
Entwickler YQ42
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://github.com/yuqiu42/extension-privacy-policy/blob/master/README.md
Unterstützte Sprachen 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"
    }
}