Site Blocker

Block access to any site on your device

Site Blockerคืออะไร?

Site Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vladporohsikov42 และคุณลักษณะหลักของมันคือ "Block access to any site on your device"

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

screenshot
screenshot
screenshot

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

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

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

                        Save your time, protect yourself and improve your browsing experience with absolutely free site blocker. This extension allows you to block certain websites. It pretty useful if you want to protect your children or just if you want to shield yourself from inappropriate content. Block website you want just in a few clicks. Site blocker may also come in handy if you don`t want to be annoyed by a certain website. In that case you just block site and forget about it. The extension is a real productivity tool that denies access to websites you don`t want to see.
Surf the internet safely!
Block website and keep working on your main tasks without being distracted. Click on the extension icon in the right upper corner of the chrome and open the app. Then you just paste the website address into the corresponding field and block site. You can also instantly use the url from the current chrome tab. Removing a website from the list is also pretty easy – one click and done. This new site blocker extension is pretty simple but pretty useful app. Focus on what matters most and don`t get distracted. This extension is going to help you increasing your productivity at workplace. Easy to install, easy to use and absolutely free extension specially for you! Don`t hesitate, install and feel the improvement.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Site Blocker Site Blocker
ID ogkfppgnfdjnohlomkggcigcblbiaiaa
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/site-blocker/ogkfppgnfdjnohlomkggcigcblbiaiaa
คำอธิบาย Block access to any site on your device
ขนาดไฟล์ 231 KB
จำนวนการติดตั้ง 6,061
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-03-06
วันที่เผยแพร่ 2021-09-17
คะแนน 4.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา vladporohsikov42
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "Block access to any site on your device",
    "version": "1.4",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "extension\/128x128.png",
        "default_popup": "action_page\/action_page.html",
        "default_title": "Host Blacklist"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bin\/indulgencies.js"
            ]
        }
    ],
    "icons": {
        "128": "extension\/128x128.png"
    },
    "background": {
        "scripts": [
            "src\/cocketi_ng.js",
            "util\/stare_e.js"
        ]
    }
}