Nomoresurf: Productivity Website Blocker

Block time-wasting websites by asking you a question to unblock them. Helps you break the habit of mindlessly browsing the web.

Nomoresurf: Productivity Website Blockerคืออะไร?

Nomoresurf: Productivity Website Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nomoresurf.com และคุณลักษณะหลักของมันคือ "Block time-wasting websites by asking you a question to unblock them. Helps you break the habit of mindlessly browsing the web."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nomoresurf: Productivity Website Blocker

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

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

                        Looking to take control of your browsing and block out distractions? Look no further than Nomoresurf. Our website blocker is easy to use and helps you be more productive.

Simply block any website you don't want to see with a few clicks. Whether you're trying to be more productive or prevent wasted time, Nomoresurf is the perfect solution.

Inspired by the inversion of the 3rd law of behavior change described in the book Atomic Habits by James Clear, which states that increasing friction is likely to help you break a bad habit.

Nomoresurf applies this principle by asking you a question before unblocking a website, this friction makes it less likely that you will unblock the website.

Install our blocker today and take control of your browsing experience!                    

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

ชื่อ Nomoresurf: Productivity Website Blocker Nomoresurf: Productivity Website Blocker
ID oefhegoahikigaopgiinfeeafpaohchh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nomoresurf-productivity-w/oefhegoahikigaopgiinfeeafpaohchh
คำอธิบาย Block time-wasting websites by asking you a question to unblock them. Helps you break the habit of mindlessly browsing the web.
ขนาดไฟล์ 3.35 MB
จำนวนการติดตั้ง 130
เวอร์ชันปัจจุบัน 1.4.2
อัปเดตครั้งล่าสุด 2023-04-11
วันที่เผยแพร่ 2022-09-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://nomoresurf.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nomoresurf: Productivity Website Blocker",
    "version": "1.4.2",
    "description": "Block time-wasting websites by asking you a question to unblock them. Helps you break the habit of mindlessly browsing the web.",
    "options_page": "options.html",
    "background": {
        "service_worker": ".\/public\/js\/background.min.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "",
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/public\/images\/nomoresurf_16.png",
            "32": ".\/public\/images\/nomoresurf_32.png",
            "48": ".\/public\/images\/nomoresurf_48.png",
            "128": ".\/public\/images\/nomoresurf_128.png"
        }
    },
    "icons": {
        "16": ".\/public\/images\/nomoresurf_16.png",
        "32": ".\/public\/images\/nomoresurf_32.png",
        "48": ".\/public\/images\/nomoresurf_48.png",
        "128": ".\/public\/images\/nomoresurf_128.png"
    }
}