Socialless

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

Apa itu Socialless?

Socialless adalah ekstensi Chrome yang dikembangkan oleh bvdc, dan fitur utamanya adalah "Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Socialless

Unduh file ekstensi Socialless dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama Socialless Socialless
ID mpknphnpehbcbcpocebpggcbfamnpkbf
URL Resmi https://chrome.google.com/webstore/detail/socialless/mpknphnpehbcbcpocebpggcbfamnpkbf
Deskripsi Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.
Ukuran File 45.65 KB
Jumlah Instalasi 56
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2016-09-06
Tanggal Publikasi 2016-09-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang bvdc
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}