Pause - Stop Mindless Browsing

Pause distracting websites before they open. Be mindful and intentional with your browsing using this simple extension.

Pause - Stop Mindless Browsingคืออะไร?

Pause - Stop Mindless Browsing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://freedom.to และคุณลักษณะหลักของมันคือ "Pause distracting websites before they open. Be mindful and intentional with your browsing using this simple extension."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pause - Stop Mindless Browsing

ดาวน์โหลดไฟล์ส่วนขยาย Pause - Stop Mindless Browsing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Pause breaks the cycle of distraction and mindless browsing and helps you be more focused, productive, and intentional with your technology use.

When you open a distracting website, Pause creates a gentle interruption by displaying a calming green screen.  After pausing for five seconds (adjustable), you can choose to continue to the site, remain on the green screen with the site temporarily blocked, or close the tab.

The interruption created by Pause gently nudges you to make informed, intentional decisions about how you are spending your time.

- Pause comes pre-seeded with a list of 50 top distracting websites, which you can add to or edit as needed.

- You can also adjust the length of the Pause time (5 seconds is the default.)

Keep Pause enabled in your browser. It’s a simple and powerful tool to help you control distraction and create more mindful browsing habits that will help you stay focused.

Pause is a product of Freedom Labs, where we develop new ways to meaningfully interact with technology.  Like our other extensions, Pause 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                    

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

ชื่อ Pause - Stop Mindless Browsing Pause - Stop Mindless Browsing
ID ljfdccdjpfjpfjbpdiihanpodilolofh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pause-stop-mindless-brows/ljfdccdjpfjpfjbpdiihanpodilolofh
คำอธิบาย Pause distracting websites before they open. Be mindful and intentional with your browsing using this simple extension.
ขนาดไฟล์ 806 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-10-03
วันที่เผยแพร่ 2020-06-22
คะแนน 4.54/5 รวมทั้งหมด 111 คะแนน
ผู้พัฒนา https://freedom.to
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://freedom.to
URL หน้านโยบายความเป็นส่วนตัว https://freedom.to/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pause - Stop Mindless Browsing",
    "short_name": "Pause",
    "description": "Pause distracting websites before they open. Be mindful and intentional with your browsing using this simple extension.",
    "version": "1.0.1",
    "icons": {
        "16": "images\/pause_icon_16.png",
        "19": "images\/pause_icon_19.png",
        "32": "images\/pause_icon_32.png",
        "38": "images\/pause_icon_76.png",
        "48": "images\/pause_icon_48.png",
        "128": "images\/pause_icon_128.png"
    },
    "action": {
        "default_title": "Pause is enabled, and you're pausing distracting sites",
        "default_popup": "html\/menu.html",
        "default_icon": {
            "16": "images\/pause_icon_16.png",
            "19": "images\/pause_icon_19.png",
            "32": "images\/pause_icon_32.png",
            "38": "images\/pause_icon_76.png",
            "48": "images\/pause_icon_48.png",
            "128": "images\/pause_icon_128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "\/js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ]
}