Socialless

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

Wat is Socialless?

Socialless is een Chrome-extensie ontwikkeld door bvdc, en de belangrijkste functie is "Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Socialless

Download Socialless-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Socialless Socialless
ID mpknphnpehbcbcpocebpggcbfamnpkbf
Officiële URL https://chrome.google.com/webstore/detail/socialless/mpknphnpehbcbcpocebpggcbfamnpkbf
Beschrijving Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.
Bestandsgrootte 45.65 KB
Aantal Installaties 56
Huidige Versie 0.0.1
Laatst Bijgewerkt 2016-09-06
Publicatiedatum 2016-09-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar bvdc
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}