Socialless

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

ما هو Socialless؟

Socialless هو إضافة Chrome تم تطويرها بواسطة bvdc، والميزة الرئيسية لها هي "Be more productive by turning social media off. Simply click the extension button and toggle to block the websites you want.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Socialless

قم بتنزيل ملفات الامتداد Socialless بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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\/*"
    ]
}