Hide News for Facebook with Timer
Show and hide the news feed with the click of a button, now with a timer.
O que é Hide News for Facebook with Timer?
Hide News for Facebook with Timer é uma extensão do Chrome desenvolvida por https://www.brovalex.com, e sua principal característica é "Show and hide the news feed with the click of a button, now with a timer.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hide News for Facebook with Timer
Baixe arquivos de extensão Hide News for Facebook with Timer 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
New in v1.7: Now with timer! + You can now hide your feed again after showing it (added hide feed button) + there is also a new timer that tracks the time spent reading your feed so that you can keep yourself in check! Avoid getting distracted and procrastination by removing your newsfeed. Kill the news feed, get rid of its kittens and rabbit holes, and get productive! No more wasting time when you check your messages and notifications. This extension lets you unhide your feed with a click of a button, so you don't need to uninstall it to see show your feed. The feed is hidden by default when you open the page. You will have access to your messages, notifications and all other functionality. You can continue using the site as you normally would. New in v1.4: the extension also now hides the "trending" and "suggested groups" panels on the right.
Informações Básicas da Extensão
Nome | Hide News for Facebook with Timer |
ID | fohdbaioejiekbmphjempgmniojhjgin |
URL Oficial | https://chromewebstore.google.com/detail/hide-news-for-facebook-wi/fohdbaioejiekbmphjempgmniojhjgin |
Descrição | Show and hide the news feed with the click of a button, now with a timer. |
Tamanho do Arquivo | 10.41 KB |
Contagem de Instalações | 270 |
Versão Atual | 1.9 |
Última Atualização | 2017-07-12 |
Data de Publicação | 2017-07-12 |
Classificação | 4.14/5 Total de 7 Avaliações |
Desenvolvedor | https://www.brovalex.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.brovalex.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide News for Facebook with Timer", "description": "Show and hide the news feed with the click of a button, now with a timer. ", "version": "1.9", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "mystyles.css" ], "js": [ "feedblock.js" ] } ], "icons": { "128": "icon128.png" }, "web_accessible_resources": [ "load.gif" ] } |