Site Restricter

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

Site Restricter là gì?

Site Restricter là một tiện ích mở rộng Chrome được phát triển bởi LN, và tính năng chính của nó là "Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Site Restricter

Tải xuống các tệp mở rộng Site Restricter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Site Restricter Site Restricter
ID kbokniiapoadjhhkmnlpndgeambahghk
URL Chính Thức https://chromewebstore.google.com/detail/site-restricter/kbokniiapoadjhhkmnlpndgeambahghk
Mô tả Choose which sites to block (restrict access) in order to reduce distractions and increase focus & productivity
Kích Thước Tệp 10.83 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2021-10-30
Ngày Phát Hành 2021-10-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển LN
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}