Finite
Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.
什么是Finite?
Finite是由YQ42开发的Chrome扩展程序,该扩展的主要功能是“Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.”。
扩展截图
下载Finite扩展crx文件
下载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 |
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" } } |