Finite

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

Finite là gì?

Finite là một tiện ích mở rộng Chrome được phát triển bởi YQ42, và tính năng chính của nó là "Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Finite

Tải xuống các tệp mở rộng Finite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Finite Finite
ID kidobhmjkffpcgdkhciodmkhbhbbdboe
URL Chính Thức https://chromewebstore.google.com/detail/finite/kidobhmjkffpcgdkhciodmkhbhbbdboe
Mô tả Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 0.3.3
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2023-11-15
Nhà Phát Triển YQ42
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/yuqiu42/extension-privacy-policy/blob/master/README.md
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}