Finite
Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.
O que é Finite?
Finite é uma extensão do Chrome desenvolvida por YQ42, e sua principal característica é "Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Finite
Baixe arquivos de extensão Finite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Finite |
ID | kidobhmjkffpcgdkhciodmkhbhbbdboe |
URL Oficial | https://chromewebstore.google.com/detail/finite/kidobhmjkffpcgdkhciodmkhbhbbdboe |
Descrição | Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done. |
Tamanho do Arquivo | 103 KB |
Contagem de Instalações | 68 |
Versão Atual | 0.3.3 |
Última Atualização | 2024-01-23 |
Data de Publicação | 2023-11-15 |
Desenvolvedor | YQ42 |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://github.com/yuqiu42/extension-privacy-policy/blob/master/README.md |
Idiomas Suportados | 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" } } |