Socialless

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

What is Socialless?

Socialless is a Chrome extension developed by bvdc, and its main feature is "Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.".

Extension Screenshots

screenshot

Download Socialless Extension CRX File

Download Socialless extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Socialless Socialless
ID mpknphnpehbcbcpocebpggcbfamnpkbf
Official URL https://chrome.google.com/webstore/detail/socialless/mpknphnpehbcbcpocebpggcbfamnpkbf
Description Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.
File Size 45.65 KB
Installation Count 56
Current Version 0.0.1
Last Updated 2016-09-06
Publish Date 2016-09-06
Rating 5.00/5 Total 1 Ratings
Developer bvdc
Payment Type free
Supported Languages 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\/*"
    ]
}