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
官方網址 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\/*"
    ]
}