Socialless

Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.

Sociallessとは何ですか?

Sociallessはbvdcによって開発されたChromeの拡張機能で、その主な機能は「Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.」です。

拡張機能のスクリーンショット

screenshot

Socialless拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        List of sites to block:
- Facebook
- Twitter
- Instagram
- Youtube
- Foursquare
- Pintrest
- Tumblr
- LinkedIn
- Reddit

More features coming soon.
- Add blocks yourself
- Custom block page                    

拡張機能の基本情報

名前 Socialless Socialless
ID mpknphnpehbcbcpocebpggcbfamnpkbf
公式URL https://chrome.google.com/webstore/detail/socialless/mpknphnpehbcbcpocebpggcbfamnpkbf
説明 Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.
ファイルサイズ 45.65 KB
インストール数 56
現在のバージョン 0.0.1
最終更新日 2016-09-06
公開日 2016-09-06
評価 5.00/5 合計 1 レビュー
開発者 bvdc
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Socialless",
    "description": "Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": ".\/icons\/tog.png",
        "default_popup": "fib.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "init.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.facebook.com\/*",
        "*:\/\/twitter.com\/*",
        "*:\/\/www.youtube.com\/*",
        "*:\/\/www.instagram.com\/*",
        "*:\/\/www.pinterest.com\/*",
        "*:\/\/www.tumblr.com\/*",
        "*:\/\/foursquare.com\/*",
        "*:\/\/www.linkedin.com\/*",
        "*:\/\/www.reddit.com\/*"
    ]
}