SiteBlock: Block Websites & Focused Study

Blocking wasteful websites, you can preserve your time and experience.

SiteBlock: Block Websites & Focused Studyคืออะไร?

SiteBlock: Block Websites & Focused Study เป็นส่วนขยายของ Chrome ที่พัฒนาโดย downloadhub.cloud และคุณลักษณะหลักของมันคือ "Blocking wasteful websites, you can preserve your time and experience."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SiteBlock: Block Websites & Focused Study

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

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

                        SiteBlock is a browser extension designed to help users increase their productivity and focus by blocking access to specific websites. 

Here's an overview of the Site Block extension:
Website Blocking: SiteBlock allows users to create a list of websites they want to block or restrict. By adding the URLs of these websites to the SiteBlock extension, users can prevent themselves from accessing them.

Scheduled Blocking: Users can schedule specific times or days when the blocking rules should be active. For example, you can block social media sites during work hours or block entertainment websites during study sessions.

Words Blocking: Block search for specific words You can prevent your kids from searching for specific words in the browser. You can also create a list of words that will be blocked from being searched in the browser. Distracting and distracting words will prevent you from browsing.                    

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

ชื่อ SiteBlock: Block Websites & Focused Study SiteBlock: Block Websites & Focused Study
ID offgfkdlmpggepbfdgmhgoinlpaahdnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/siteblock-block-websites/offgfkdlmpggepbfdgmhgoinlpaahdnn
คำอธิบาย Blocking wasteful websites, you can preserve your time and experience.
ขนาดไฟล์ 1.86 MB
จำนวนการติดตั้ง 187
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2023-08-12
วันที่เผยแพร่ 2023-06-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา downloadhub.cloud
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.downloadhub.cloud/
URL หน้าช่วยเหลือ https://www.downloadhub.cloud/2023/06/SiteBlock.html
URL หน้านโยบายความเป็นส่วนตัว https://www.downloadhub.cloud/p/privacy-policy.html
ภาษาที่รองรับ en,en-US,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_popup": "data\/interface\/popup.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/06\/SiteBlock.html",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "data\/icons\/128.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "short_name": "block site",
    "version": "3.0.2",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/data\/interface\/redirect.html"
            ]
        }
    ]
}