Socialless

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

Hvad er Socialless?

Socialless er en Chrome-udvidelse udviklet af bvdc, og dens hovedfunktion er "Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.".

Udvidelsesskærmbilleder

screenshot

Download Socialless-udvidelses-CRX-fil

Download Socialless-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

Grundlæggende oplysninger om udvidelsen

Navn Socialless Socialless
ID mpknphnpehbcbcpocebpggcbfamnpkbf
Officiel URL https://chrome.google.com/webstore/detail/socialless/mpknphnpehbcbcpocebpggcbfamnpkbf
Beskrivelse Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.
Filstørrelse 45.65 KB
Antal Installationer 56
Nuværende Version 0.0.1
Senest Opdateret 2016-09-06
Udgivelsesdato 2016-09-06
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler bvdc
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}