GetBlockSite

User Website Blocker

GetBlockSite क्या है?

GetBlockSite https://getblocksite.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "User Website Blocker"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GetBlockSite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Distracted while working? .... Take Control of your time and block distracting sites. 
While we can't get rid of everything, we can help you make an effort to reduce or get rid of as many distractions in your browser as possible. 

Boost Your Productivity
We will help you stop procrastinating and instead become productive! Thanks to Get block site, you will be able to block websites, or notifications that distract you and stay focused on the things that are actually important. Learn to use your PC as a tool for better productivity!


Get more free time
Too busy to do anything? Keep missing deadlines? How so? We will help you get back the time spend on the phone! Get blocksite will ensure you enjoy your off time with your family and friends or doing things that matter to you.


Digital wellbeing
Can't even imagine life without your phone? There is no need to do that, but you should consider how you use it and focus on the useful aspects. Get Block Site will show you how and help you out!


Main Features: 
 - At Work 
Boost your productivity and stay focused in the workplace by blocking distracting websites using Block Site’s Immediate Mode.

- At School
Stop procrastinating and set your study schedule today with our Schedule feature. You’ll be an A grade student in no time!

- Parental control
Block websites you don’t want your kids to use and limit their screen time with the original pin code feature

Block site daily will help you achieve your goals and get rid of bad habits by eliminating everything unnecessary from your life.                    

एक्सटेंशन की मूल जानकारी

नाम GetBlockSite GetBlockSite
ID ckhbbofjfhkhigdahiienhnboephneki
आधिकारिक URL https://chromewebstore.google.com/detail/getblocksite/ckhbbofjfhkhigdahiienhnboephneki
विवरण User Website Blocker
फ़ाइल का आकार 91.78 KB
स्थापना संख्या 508
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-11-09
प्रकाशन तिथि 2022-04-11
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://getblocksite.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getblocksite.io/
समर्थित भाषाएँ de,en,en-US,fr,es,it,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GetBlockSite",
    "description": "User Website Blocker",
    "version": "1.0.1",
    "manifest_version": 3,
    "default_locale": "en",
    "current_locale": "en",
    "options_page": "options.html",
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "action": {
        "default_icon": "\/icons\/128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "background",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}