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.

ما هو Social Relief - Relief from your social feed.؟

Social Relief - Relief from your social feed. هو إضافة Chrome تم تطويرها بواسطة NYCodeCo، والميزة الرئيسية لها هي "We all need relief from Facebook from time to time, this extension will help you avoid it for a time period you specify.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Social Relief - Relief from your social feed.

قم بتنزيل ملفات الامتداد Social Relief - Relief from your social feed. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/                    

معلومات أساسية عن التمديد

الاسم Social Relief - Relief from your social feed. Social Relief - Relief from your social feed.
ID eaokmbbmpoaejdgdffddnmjbjdcdljbj
عنوان URL الرسمي https://chromewebstore.google.com/detail/social-relief-relief-from/eaokmbbmpoaejdgdffddnmjbjdcdljbj
الوصف We all need relief from Facebook from time to time, this extension will help you avoid it for a time period you specify.
حجم الملف 1.14 MB
عدد التثبيتات 15
النسخة الحالية 1.0.5
آخر تحديث 2016-11-30
تاريخ النشر 2016-11-30
تقييم 5.00/5 مجموع تقييمات 3
المطور NYCodeCo
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.iubenda.com/privacy-policy/7952042
اللغات المدعومة 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"
}