Block Reddit
Reminds you to get off Reddit.
O que é Block Reddit?
Block Reddit é uma extensão do Chrome desenvolvida por CS, e sua principal característica é "Reminds you to get off Reddit.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Block Reddit
Baixe arquivos de extensão Block Reddit 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
Block Reddit is a Chrome extension that encourages you to accomplish your goals. When you visit Reddit, you will be prompted by a goal or task you have added. You now have to make a concious decision whether you want to Reddit or not. You can also select how frequently you would wish to be reminded. You can also click the Pear icon on the options page to lock Reddit for the remainder of the day.
Informações Básicas da Extensão
Nome | Block Reddit |
ID | dghpifbabagfbmekemjgccimackjiljp |
URL Oficial | https://chromewebstore.google.com/detail/block-reddit/dghpifbabagfbmekemjgccimackjiljp |
Descrição | Reminds you to get off Reddit. |
Tamanho do Arquivo | 51.68 KB |
Contagem de Instalações | 988 |
Versão Atual | 1.0.3 |
Última Atualização | 2014-12-18 |
Data de Publicação | 2014-12-18 |
Classificação | 2.80/5 Total de 15 Avaliações |
Desenvolvedor | CS |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Block Reddit", "version": "1.0.3", "description": "Reminds you to get off Reddit.", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "icons": { "16": "pear.png", "48": "pear.png", "128": "pear.png" }, "page_action": { "default_icon": { "19": "pear.png", "38": "pear.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "*:\/\/*.reddit.com\/*", "storage" ] } |