Social Relief - Relief from your social feed.

We all need relief from Facebook from time to time, this extension will help you avoid it for a time period you specify.

O que é Social Relief - Relief from your social feed.?

Social Relief - Relief from your social feed. é uma extensão do Chrome desenvolvida por NYCodeCo, e sua principal característica é "We all need relief from Facebook from time to time, this extension will help you avoid it for a time period you specify.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Social Relief - Relief from your social feed.

Baixe arquivos de extensão Social Relief - Relief from your social 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

                        Facebook is incredibly good at pulling you in and distracting you.  Social Relief adds a button to your browser that's out of the way and won't interfere when you aren't using it.  Click the button and choose how long you want relief from Facebook:  1 day, 1 week or 1 month.

Once you have it set Social Relief will catch you when you try to visit Facebook and take you to someplace more pleasant.

I made Social Relief for myself, and have found it's incredibly effective at keeping me away from Facebook.

Social Relief won't get in your way if you absolutely need to go to Facebook.  Just click the Social Relief button and turn it off in 1 click.

Acknowledgements:

Large owl icon designed by mcarranza - https://thenounproject.com/carranzamaria/
Small owl icon designed by Julien Meysmans - https://thenounproject.com/M_Julz/                    

Informações Básicas da Extensão

Nome Social Relief - Relief from your social feed. Social Relief - Relief from your social feed.
ID eaokmbbmpoaejdgdffddnmjbjdcdljbj
URL Oficial https://chromewebstore.google.com/detail/social-relief-relief-from/eaokmbbmpoaejdgdffddnmjbjdcdljbj
Descrição We all need relief from Facebook from time to time, this extension will help you avoid it for a time period you specify.
Tamanho do Arquivo 1.14 MB
Contagem de Instalações 15
Versão Atual 1.0.5
Última Atualização 2016-11-30
Data de Publicação 2016-11-30
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor NYCodeCo
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.iubenda.com/privacy-policy/7952042
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Relief - Relief from your social feed.",
    "short_name": "Social Relief",
    "description": "We all need relief from Facebook from time to time, this extension will help you avoid it for a time period you specify.",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "bg.js",
            "moment.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "time-popup.html",
        "default_title": "Social Relief"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs",
        "notifications",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/m.facebook.com\/*"
    ],
    "homepage_url": "http:\/\/nycode.co",
    "author": "Christopher Andersson - New York Code Company"
}