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.

Wat is Social Relief - Relief from your social feed.?

Social Relief - Relief from your social feed. is een Chrome-extensie ontwikkeld door NYCodeCo, en de belangrijkste functie is "We all need relief from Facebook from time to time, this extension will help you avoid it for a time period you specify.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Social Relief - Relief from your social feed.

Download Social Relief - Relief from your social feed.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Social Relief - Relief from your social feed. Social Relief - Relief from your social feed.
ID eaokmbbmpoaejdgdffddnmjbjdcdljbj
Officiële URL https://chromewebstore.google.com/detail/social-relief-relief-from/eaokmbbmpoaejdgdffddnmjbjdcdljbj
Beschrijving We all need relief from Facebook from time to time, this extension will help you avoid it for a time period you specify.
Bestandsgrootte 1.14 MB
Aantal Installaties 15
Huidige Versie 1.0.5
Laatst Bijgewerkt 2016-11-30
Publicatiedatum 2016-11-30
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar NYCodeCo
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.iubenda.com/privacy-policy/7952042
Ondersteunde Talen 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"
}