Socialless

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

Qu'est-ce que Socialless ?

Socialless est une extension Chrome développée par bvdc, et sa fonction principale est "Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Socialless

Téléchargez les fichiers d'extension Socialless au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Socialless Socialless
ID mpknphnpehbcbcpocebpggcbfamnpkbf
URL Officiel 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.
Taille du Fichier 45.65 KB
Nombre d'Installations 56
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-09-06
Date de Publication 2016-09-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur bvdc
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}