Site Blocker

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

Site Blockerคืออะไร?

Site Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย volkomar820 และคุณลักษณะหลักของมันคือ "Block a site page or site to focus on your work."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Site Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}