ScheduleBlock

Block websites on a schedule

ScheduleBlockคืออะไร?

ScheduleBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sdasda7777 และคุณลักษณะหลักของมันคือ "Block websites on a schedule"

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

screenshot
screenshot

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

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

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

                        Allows you to block any set of websites on a schedule or based on a timer.
Allows you to block independently both opening new tabs and using old tabs (independently for each day of the week).
Allows you to block sites after amount of time is spent.
By default uses gray color scheme to save your eyes in the night.
Reliable, without spying, ads or microtransactions.
Fully open source, therefore open to both code inspections and great new ideas.
Perfect for improving your concentration when you need it.

If there are features you would like to see added, be sure to mention them in a review or on project's GitHub page.                    

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

ชื่อ ScheduleBlock ScheduleBlock
ID hkcbacbpfhlbmaifoakhifmopmgdajkn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scheduleblock/hkcbacbpfhlbmaifoakhifmopmgdajkn
คำอธิบาย Block websites on a schedule
ขนาดไฟล์ 167 KB
จำนวนการติดตั้ง 223
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2023-05-15
วันที่เผยแพร่ 2021-05-24
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา sdasda7777
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sdasda7777/ScheduleBlock
URL หน้าช่วยเหลือ https://github.com/sdasda7777/ScheduleBlock/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScheduleBlock",
    "description": "Block websites on a schedule",
    "version": "1.1.6",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/Misc.js",
                "src\/Record.js",
                "src\/RecordStorage.js",
                "src\/options.js",
                "src\/content.js",
                "images\/ScheduleBlock128.png"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/background_loader_mod.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "incognito": "spanning",
    "icons": {
        "128": "\/images\/ScheduleBlock128.png"
    },
    "options_page": "src\/options.html"
}