Simple Site Blocker

Empower your time by easily blocking distracting sites temporarily

Simple Site Blockerคืออะไร?

Simple Site Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย loyolapps และคุณลักษณะหลักของมันคือ "Empower your time by easily blocking distracting sites temporarily"

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

screenshot
screenshot

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

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

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

                        Empower your time by blocking distracting sites so you can get some deep work done. Simple to use, no configuration or registration are required!

⭐️Features ⭐️

⏰Block sites temporarily

Block a site for 25 minutes, after that period the site will be automatically available.

✅ Unblock sites temporarily

You can unblock a site temporarily, for example during a 5 minute break.

📅Block schedule 

Block a site until a specific time, for example 5 PM. 

🚫Block a site until you manually unblock it

You can also block a site until you manually unblock it later


Feedbacks and feature requests are happily welcomed at [email protected]                    

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

ชื่อ Simple Site Blocker Simple Site Blocker
ID fgiokommebjamdnhmodnddlngafgfmag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-site-blocker/fgiokommebjamdnhmodnddlngafgfmag
คำอธิบาย Empower your time by easily blocking distracting sites temporarily
ขนาดไฟล์ 1.31 MB
จำนวนการติดตั้ง 320
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-08-15
วันที่เผยแพร่ 2020-08-15
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา loyolapps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Site Blocker",
    "version": "1.0",
    "description": "Empower your time by easily blocking distracting sites temporarily",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "webRequestBlocking",
        "webRequest",
        "",
        "alarms",
        "tabs"
    ],
    "background": {
        "scripts": [
            "chrome\/storage.js",
            "chrome\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/icon128.png"
    }
}