one sec ⏳ delay & 🛑 block websites to focus

📵 be less distracted 🥗 establish healthy habits ☕️ take sustainable breaks

one sec ⏳ delay & 🛑 block websites to focusคืออะไร?

one sec ⏳ delay & 🛑 block websites to focus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://one-sec.app และคุณลักษณะหลักของมันคือ "📵 be less distracted 🥗 establish healthy habits ☕️ take sustainable breaks"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย one sec ⏳ delay & 🛑 block websites to focus

ดาวน์โหลดไฟล์ส่วนขยาย one sec ⏳ delay & 🛑 block websites to focus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        one sec forces you to take a deep breath whenever you open social media or other distracting websites. It’s as simple as effective: You will reduce your social media usage just by becoming aware of it. one sec is the focus app that tackles the problem of unconscious social media use at its root. It is designed to change your habits on a long-term basis.

You just wanted to check that one message – and ended up scrolling for 30 minutes on Instagram? Social media companies use psychological traps to keep you hooked and spend as much time on their apps as possible. Time that could be spent so much better – with your family and friends, getting work done or for your hobbies and wellbeing.

Many apps and tools block social media for a limited amount of time to help you focus. This might increase your productivity for the moment, but the real problem – your habitual urge to check apps and websites to get that dopamine boost – stays. 

The one sec Chrome Extension is designed from ground up to keep your information private and secure. There are no accounts, no login, no tracking, no profiling. All data is stored offline, on-device, and only you can access it. I make money selling apps and subscriptions, not your data!

one sec is also available for iPhone, iPad, and Android Devices to block native apps and websites. More info on my website.                    

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

ชื่อ one sec ⏳ delay & 🛑 block websites to focus one sec ⏳ delay & 🛑 block websites to focus
ID femnahohginddofgekknfmaklcbpinkn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/one-sec-%E2%8F%B3-delay-%F0%9F%9B%91-block/femnahohginddofgekknfmaklcbpinkn
คำอธิบาย 📵 be less distracted 🥗 establish healthy habits ☕️ take sustainable breaks
ขนาดไฟล์ 957 KB
จำนวนการติดตั้ง 13,003
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2023-05-09
วันที่เผยแพร่ 2022-10-22
คะแนน 4.86/5 รวมทั้งหมด 333 คะแนน
ผู้พัฒนา https://one-sec.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://one-sec.app
URL หน้าช่วยเหลือ https://one-sec.app/support
URL หน้านโยบายความเป็นส่วนตัว https://riedel.wtf/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "one sec \u23f3 delay & \ud83d\uded1 block websites to focus",
    "description": "\ud83d\udcf5 be less distracted \ud83e\udd57 establish healthy habits \u2615\ufe0f take sustainable breaks",
    "version": "0.4",
    "icons": {
        "128": "icon_128x128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ],
    "host_permissions": [
        ""
    ]
}