Facebook News Feed and Chat Remover
Removes the News Feed and chat bar on Facebook.com
O que é Facebook News Feed and Chat Remover?
Facebook News Feed and Chat Remover é uma extensão do Chrome desenvolvida por Jonah Bolotin, e sua principal característica é "Removes the News Feed and chat bar on Facebook.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Facebook News Feed and Chat Remover
Baixe arquivos de extensão Facebook News Feed and Chat Remover 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
Removes chat sidebar but still allows for chat functionality through the messages icon. In order to increase productivity and waste less time, this extension is designed to remove distracting features of Facebook. However, unlike other News Feed removers, this allows you to quickly toggle between displaying the news feed and hiding it entirely, with the default set to hidden. The extension neither stores nor accesses any data besides removing the elements rendered in your browser on Facebook.com websites.
Informações Básicas da Extensão
Nome | ![]() |
ID | ionkohfdcpaccklgngcbaobiefhocfdl |
URL Oficial | https://chrome.google.com/webstore/detail/facebook-news-feed-and-ch/ionkohfdcpaccklgngcbaobiefhocfdl |
Descrição | Removes the News Feed and chat bar on Facebook.com |
Tamanho do Arquivo | 34.32 KB |
Contagem de Instalações | 69 |
Versão Atual | 1.6 |
Última Atualização | 2018-05-04 |
Data de Publicação | 2018-05-04 |
Classificação | 4.25/5 Total de 4 Avaliações |
Desenvolvedor | Jonah Bolotin |
Tipo de Pagamento | free |
Site da Extensão | https://www.linkedin.com/in/jonah-bolotin/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facebook News Feed and Chat Remover", "version": "1.6", "description": "Removes the News Feed and chat bar on Facebook.com", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery-3.3.1.min.js", "script.js" ], "css": [ "style.css" ] } ], "manifest_version": 2 } |