Website Blocker and Focus Mode

Site Blocker chrome extension and focus mode to increase productivity.

ما هو Website Blocker and Focus Mode؟

Website Blocker and Focus Mode هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/view/websiteblocker/home، والميزة الرئيسية لها هي "Site Blocker chrome extension and focus mode to increase productivity.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Website Blocker and Focus Mode

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

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

                        Website Blocker enables you to block any website you don't want to access from your laptop or desktop PC. Users can also block any website using Focus mode for a certain time.   

Key Features of Website Blocker Extension:
>>Block any website that you do not want to access from your device  
>>Block the website for a fixed period using Focus Mode  
>>Users can block any number of websites both on normal mode and focus mode  
>>Custom message on blocked pages 
>>Time based website blocking  

How To Use Website Blocker Extension to Block Websites :
>>Install the extension by clicking on “Add to Chrome” option 
>>Visit any website that you want to block permanently or temporarily using Focus mode  
>>Click on the extension icon to enable it 
>>Now you will see two options Block sites & Focus Mode  
>>You can edit Blocked website list anytime by clicking on Edit block list. 
>>Select Focus Mode option only if you want to block the website temporarily or for a fixed time.  

What is Focus Mode in Website blocking?  
In Focus mode, users set a fixed amount of time they'd like to spend on particular websites before being blocked. So, if you spend too much time browsing, you can set a time limit so that you are reminded about the amount of time spent on the internet. 

Why should you download Website Blocker Chrome Extension? 
This extension allows you to focus on your work by restricting your time on internet browsing. That's why it's an excellent extension that can boost the efficiency of your work. It is also a great tool for students. 

You can block any spammy website using this extension so that it does not waste your precious time in the future. Site blocker extension also helps you to increase your work efficiency and overall productivity.  

Our productivity can be compromised by the free access of websites. There are times when it's better to switch off the outside world and concentrate on being productive. The Website Blocker Chrome extension helps you block websites in Chrome. This extension works perfectly both on the Windows and Mac platforms.                    

معلومات أساسية عن التمديد

الاسم Website Blocker and Focus Mode Website Blocker and Focus Mode
ID ilioecelhjbmebaimobaaggalibfphhl
عنوان URL الرسمي https://chromewebstore.google.com/detail/website-blocker-and-focus/ilioecelhjbmebaimobaaggalibfphhl
الوصف Site Blocker chrome extension and focus mode to increase productivity.
حجم الملف 346 KB
عدد التثبيتات 2,543
النسخة الحالية 1.0.1
آخر تحديث 2022-07-09
تاريخ النشر 2022-06-13
تقييم 3.00/5 مجموع تقييمات 4
المطور https://sites.google.com/view/websiteblocker/home
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/websiteblocker/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Website Blocker and Focus Mode",
    "description": "Site Blocker chrome extension and focus mode to increase productivity.",
    "version": "1.0.1",
    "icons": {
        "16": "icon500.png",
        "48": "icon500.png",
        "128": "icon500.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Website blocker and focus mode",
        "default_icon": "icon500.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "notifications"
    ]
}