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.はNYCodeCoによって開発されたChromeの拡張機能で、その主な機能は「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

Social Relief - Relief from your social feed.拡張機能のCRXファイルをダウンロード

Social Relief - Relief from your social feed.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL 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"
}