Site Restricter

Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity

Site Restricterคืออะไร?

Site Restricter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LN และคุณลักษณะหลักของมันคือ "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity"

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

screenshot
screenshot
screenshot

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

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

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

                        Too many distractions? Want to limit access to certain sites?
This extension helps you control that. 

Add URLs of sites you don't want to visit.
When you change your mind, just remove them from the list and regain access!

Features: 
- Control access to sites by adding or deleting them individually
- One Click Add / Clear All Functionalities
- Simple Design
- Easy to use                    

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

ชื่อ Site Restricter Site Restricter
ID kbokniiapoadjhhkmnlpndgeambahghk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/site-restricter/kbokniiapoadjhhkmnlpndgeambahghk
คำอธิบาย Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity
ขนาดไฟล์ 10.83 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2021-10-30
วันที่เผยแพร่ 2021-10-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา LN
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Site Restricter",
    "description": "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity",
    "version": "0.0.5",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Site Restricter"
    },
    "icons": {
        "16": "\/images\/logo_16.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}