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.

Cos'è Social Relief - Relief from your social feed.?

Social Relief - Relief from your social feed. è un'estensione di Chrome sviluppata da NYCodeCo, e la sua funzione principale è "We all need relief from Facebook from time to time, this extension will help you avoid it for a time period you specify.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Social Relief - Relief from your social feed.

Scarica i file di estensione Social Relief - Relief from your social feed. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Social Relief - Relief from your social feed. Social Relief - Relief from your social feed.
ID eaokmbbmpoaejdgdffddnmjbjdcdljbj
URL Ufficiale https://chromewebstore.google.com/detail/social-relief-relief-from/eaokmbbmpoaejdgdffddnmjbjdcdljbj
Descrizione We all need relief from Facebook from time to time, this extension will help you avoid it for a time period you specify.
Dimensione del File 1.14 MB
Conteggio Installazioni 15
Versione Corrente 1.0.5
Ultimo Aggiornamento 2016-11-30
Data di Pubblicazione 2016-11-30
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore NYCodeCo
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.iubenda.com/privacy-policy/7952042
Lingue Supportate 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"
}