Limit Facebook feed
O que é Limit Facebook feed?
Limit Facebook feed é uma extensão do Chrome desenvolvida por Gavriel Guseinov, e sua principal característica é "Facebook".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Limit Facebook feed
Baixe arquivos de extensão Limit Facebook feed 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
Are you asking yourself how to Limit facebook news feed and avoid doomscrolling or how to limit social media use? This extension is a social media detox solution that will stop doomscrolling and meaningless endless scrolling of the facebook newsfeed by limiting the length of the news feed what helps you to treat social media addiction and reduce social media use. Functions: put an end to the addicting endless facebook feed: you can limit facebook feed length. Limit facebook news feed update intervals. add social media detox quotes to your feed: get a motivating social media detox quotes that will help with your detox from social media.
Informações Básicas da Extensão
Nome | Limit Facebook feed |
ID | llodddmhnebaaihcmcmpcjpmhonegcid |
URL Oficial | https://chromewebstore.google.com/detail/limit-facebook-feed/llodddmhnebaaihcmcmpcjpmhonegcid |
Descrição | |
Tamanho do Arquivo | 253 KB |
Contagem de Instalações | 48 |
Versão Atual | 1.0.2 |
Última Atualização | 2022-04-06 |
Data de Publicação | 2022-02-23 |
Desenvolvedor | Gavriel Guseinov |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Limit Facebook feed", "version": "1.0.2", "description": "__MSG_extDescription__", "author": "NextNextDev", "permissions": [ "storage", "webNavigation" ], "background": { "service_worker": "background.bundle.js" }, "offline_enabled": false, "default_locale": "en", "icons": { "16": "icons\/logo-16.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_start", "js": [ "content.bundle.js" ] } ], "action": { "default_icon": { "16": "icons\/logo-16.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "default_title": "stop doomscrolling", "default_popup": "main.html" }, "web_accessible_resources": [ { "resources": [ "post.html" ], "matches": [ "https:\/\/www.facebook.com\/*" ], "use_dynamic_url": true } ] } |