Finite

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

Τι είναι το Finite;

Το Finite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον YQ42, και η κύρια λειτουργία του είναι "Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Finite

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
    }
}