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\/*"
    ]
}