Time based URL blocking

URL blocking for specific time periods of a day

Time based URL blockingคืออะไร?

Time based URL blocking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gracetech services และคุณลักษณะหลักของมันคือ "URL blocking for specific time periods of a day"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time based URL blocking

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

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

                        The app will allow you to specify the URLs you wish to be blocked, and the blocking time periods of each day of week.  You can use keywords to block all URLs that contain the keywords                    

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

ชื่อ Time based URL blocking Time based URL blocking
ID hmacejdlhhkfkgooahkhnnakjdnmfneg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/time-based-url-blocking/hmacejdlhhkfkgooahkhnnakjdnmfneg
คำอธิบาย URL blocking for specific time periods of a day
ขนาดไฟล์ 55.21 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-04-19
วันที่เผยแพร่ 2019-04-15
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Gracetech services
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time based URL blocking",
    "version": "1.0",
    "description": "URL blocking for specific time periods of a day",
    "background": {
        "scripts": [
            "commonfn.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "48": "StopClock48.png",
        "128": "StopClock128.png"
    },
    "browser_action": {
        "default_icon": "StopClock48.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}