Simple Site Blocker

A simple extension to quickly block or unblock any website to focus on what matters & save child from pornography!.

Simple Site Blockerคืออะไร?

Simple Site Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bigdreams564 และคุณลักษณะหลักของมันคือ "A simple extension to quickly block or unblock any website to focus on what matters & save child from pornography!."

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

screenshot
screenshot
screenshot

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

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

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

                        Simple site blocker is a simple yet effective tool to block unwanted websites to remain focussed on what really matters. These days social media and pornograhic websites consume bulk of users time. On top of that, children are also prone to visit such sites.

Using simple site blocker you can simply block any website with one click. Just enter website URL into the extension window and click on 'save site list'. Finally, click on red 'ON' button at top right corner. All the sites listed will be blocked straightaway. If you want to unblock just delete the website url from the list. You may also unblock all the sites in the list by clicking on grey colored 'OFF' button on the top left corner.

This extension's sole purpose is to keep you safe on the web. So this extension's core functionality also includes a default search which helps you find credentials of website before you visit it. Moreover you can also compile a list of bad websites using the default search.

By clicking "Add to chrome", I accept and agree to installing this extension and also accept the Terms of Service and Privacy Policy. This extension takes over your default search settings and changes it to: https://www.bing.com.                    

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

ชื่อ Simple Site Blocker Simple Site Blocker
ID lfplagdhdpecicoocnoemhomgcgagccn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-site-blocker/lfplagdhdpecicoocnoemhomgcgagccn
คำอธิบาย A simple extension to quickly block or unblock any website to focus on what matters & save child from pornography!.
ขนาดไฟล์ 46.34 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-10-09
วันที่เผยแพร่ 2021-10-09
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา bigdreams564
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://chromecrxstore.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Site Blocker",
    "version": "1.0.0",
    "description": "A simple extension to quickly block or unblock any website to focus on what matters & save child from pornography!.",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-48x48-off.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "is_default": true,
            "name": "Web",
            "keyword": "Search Web",
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/searchsmart.chromecrxstore.com\/favicon.ico",
            "search_url": "https:\/\/searchsmart.chromecrxstore.com\/?q={searchTerms}"
        }
    }
}