Limit - Set Limits for Distracting Sites

Limit your time spent on distracting sites. Limit is an extension that allows you to set time limits for distracting websites.

Limit - Set Limits for Distracting Sitesคืออะไร?

Limit - Set Limits for Distracting Sites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://freedom.to และคุณลักษณะหลักของมันคือ "Limit your time spent on distracting sites. Limit is an extension that allows you to set time limits for distracting websites."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Limit - Set Limits for Distracting Sites

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

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

                        When you control your time on distracting websites, you’ll find you have far more time to focus on the things that matter most.

To use Limit, simply enter the websites you find distracting and choose a daily time limit. For example, you could limit yourself to ten minutes a day on Facebook, or half an hour a day on Duolingo.

When you approach your limit, Limit gently notifies you your time is almost up, so you can wrap up. And when you've reached your limit, you'll be directed to Freedom's calming Green Screen when you try to visit a limited website.

- You can add or delete any website from the list of sites 
- Your time limit for each site is configurable, from 5 to 500 minutes
- Limit comes pre-seeded with 10 distracting sites

Limit is a product of Freedom Labs, where we develop new tools to help you balance your relationship with technology. Like our other extensions, Limit is highly privacy-conscious. None of your data is sent anywhere (the cloud, our servers, etc.) It remains secure on your own device. Learn more about Freedom here: https://freedom.to

We hope you find Limit to be a simple and useful tool for developing healthier online habits and routines.

Please note: Limit 1.0.3 is third release with Manifest 3 compatibility.  You may experience slight differences in behavior due to the significant changes required to comply with Manifest V3.  Please send us your feedback at [email protected] and we'll continue to improve Limit.  Thank you!

Release notes - 1.0.3:
🐞 Fixes a bug with our countdown timer notifications                    

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

ชื่อ Limit - Set Limits for Distracting Sites Limit - Set Limits for Distracting Sites
ID blcdfhbibkkjpfdddnmnmhfgjlicebba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/limit-set-limits-for-dist/blcdfhbibkkjpfdddnmnmhfgjlicebba
คำอธิบาย Limit your time spent on distracting sites. Limit is an extension that allows you to set time limits for distracting websites.
ขนาดไฟล์ 649 KB
จำนวนการติดตั้ง 58,580
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-10-03
วันที่เผยแพร่ 2020-06-13
คะแนน 4.57/5 รวมทั้งหมด 525 คะแนน
ผู้พัฒนา https://freedom.to
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://freedom.to
URL หน้าช่วยเหลือ https://support.freedom.to
URL หน้านโยบายความเป็นส่วนตัว https://freedom.to/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Limit - Set Limits for Distracting Sites",
    "short_name": "Limit",
    "description": "Limit your time spent on distracting sites. Limit is an extension that allows you to set time limits for distracting websites.",
    "version": "1.0.3",
    "icons": {
        "16": "images\/limit_icon_16.png",
        "19": "images\/limit_icon_19.png",
        "32": "images\/limit_icon_32.png",
        "38": "images\/limit_icon_76.png",
        "48": "images\/limit_icon_48.png",
        "128": "images\/limit_icon_128.png"
    },
    "action": {
        "default_title": "Limit is enabled.",
        "default_popup": "html\/menu.html",
        "default_icon": {
            "16": "images\/limit_icon_16.png",
            "19": "images\/limit_icon_19.png",
            "32": "images\/limit_icon_32.png",
            "38": "images\/limit_icon_76.png",
            "48": "images\/limit_icon_48.png",
            "128": "images\/limit_icon_128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "idle",
        "notifications",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "\/js\/content_script.js"
            ]
        }
    ]
}