Stop Wasting Time

Block websites you don't need, and focus on the ones you do. Remind yourself of your goals

Stop Wasting Timeคืออะไร?

Stop Wasting Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย corgim และคุณลักษณะหลักของมันคือ "Block websites you don't need, and focus on the ones you do. Remind yourself of your goals"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop Wasting Time

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

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

                        Stop Wasting Time is a lightweight, fast and simple app that allows you to either block or whitelist websites, while reminding you of your goals.

This extension allows you to switch between 2 modes: a block mode and a limit (whitelist) mode. 

Block Mode
When block mode, is activated, any website URL in your block list that matches, or is included in the URL of a page you visit, is blocked.

Limit Mode
When in limit mode, only website URLs in your limit list are accessible. All other websites are blocked.

The mode you are on can be switched via the extension popup. Website URLs can be added to both the block list and limit list via the extension popup, which can be opened by clicking on the extension icon in your browser.

Your block list and limit list are stored separately.

When you visit a blocked page you will be redirected to a page that reminds you of your goals. These goals can be set on the extension options page, which can be accessed by clicking on the extension icon in your browser.                    

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

ชื่อ Stop Wasting Time Stop Wasting Time
ID cacecppconiffcmabibgiimallfnmljh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stop-wasting-time/cacecppconiffcmabibgiimallfnmljh
คำอธิบาย Block websites you don't need, and focus on the ones you do. Remind yourself of your goals
ขนาดไฟล์ 1.24 MB
จำนวนการติดตั้ง 211
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-09-28
วันที่เผยแพร่ 2020-09-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา corgim
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stop Wasting Time",
    "version": "1.0",
    "description": "Block websites you don't need, and focus on the ones you do. Remind yourself of your goals",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/newlogo_16.png",
            "32": "images\/newlogo_32.png",
            "48": "images\/newlogo_48.png",
            "128": "images\/newlogo_128.png"
        }
    },
    "icons": {
        "16": "images\/newlogo_16.png",
        "32": "images\/newlogo_32.png",
        "48": "images\/newlogo_48.png",
        "128": "images\/newlogo_128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}