Site Blocker

Block a site page or site to focus on your work.

Site Blocker क्या है?

Site Blocker volkomar820 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block a site page or site to focus on your work."।

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

screenshot

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

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

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

                        We have created a new extension that, when installed, will block unknown and annoying sites. It’s a Site Blocker. After you download this application, you will not have to worry about your security on the Internet, because you will not be shown extraneous sites. Site  Blocker is a very comfortable and easy to use application. It has a lot of features, and the most obvious is that Site Blocker is absolutely free. We are sure that you will be pleasantly surprised by the high quality of this application. To start using Site Blocker, just follow the link or download it to your device.                    

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

नाम Site Blocker Site Blocker
ID gcmdngplhepicdnnhfhckfpafgoahdjk
आधिकारिक URL https://chrome.google.com/webstore/detail/site-blocker/gcmdngplhepicdnnhfhckfpafgoahdjk
विवरण Block a site page or site to focus on your work.
फ़ाइल का आकार 107 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.3
अंतिम अपडेट 2021-12-17
प्रकाशन तिथि 2021-04-16
रेटिंग 4.61/5 कुल 18 रेटिंग्स
डेवलपर volkomar820
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.3",
    "default_locale": "en",
    "description": "Block a site page or site to focus on your work.",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "galmager.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/scripts\/cash.min.js",
                "assets\/scripts\/caver_stona.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "silok.html",
        "default_icon": {
            "128": "\/assets\/media\/hararat.png"
        }
    },
    "options_page": "pistoria.html",
    "icons": {
        "32": "\/assets\/media\/ancher.png",
        "128": "\/assets\/media\/hararat.png"
    },
    "manifest_version": 2
}