PoD(Simplest Website Blocker, Stay Focused)

Simplest website blocker, Stay focused and improve productivity. Stop procrastination once and for all!

PoD(Simplest Website Blocker, Stay Focused)คืออะไร?

PoD(Simplest Website Blocker, Stay Focused) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://podapp.io และคุณลักษณะหลักของมันคือ "Simplest website blocker, Stay focused and improve productivity. Stop procrastination once and for all!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PoD(Simplest Website Blocker, Stay Focused)

ดาวน์โหลดไฟล์ส่วนขยาย PoD(Simplest Website Blocker, Stay Focused) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        PoD(Price of Distraction) is the only chrome extension which could help you stay focused and improve your efficiency during pomodoro  immediately. Yes. we said 'immediately'. Not like other extensions(e.g. StayFocusd) simply run as website blocker, PoD is much powerful:

- Simplest website blocker in Chrome Store
- Punish you for your distraction browsing
- Tell you which website takes most of your time, and comprehensive report of your browsing history analysis

4 simple steps to unleash your productivity:

- Download PoD(Price of Distraction)
- Add websites you want block 
- Write down a secret (the secret will be revealed to your friends when you force terminate the focus timer)
- Start timer, keep focus for a 20 minutes pomodoro

You would found you won't touch the distractive websites anymore, not forced by PoD or any other extensions, but all by yourself.

Pomodoro® and The Pomodoro Technique® are trademarks of Francesco Cirillo. Marinara is not affiliated or associated with or endorsed by Pomodoro®, The Pomodoro Technique® or Francesco Cirillo.

Changelogs:

1.0.9:
- bug fix in site blocker
- enhanced as blocker for facebook
- enhanced as blocker for youtube
- enhanced as blocker for reddit

1.0.8:

- spell error fix
- improved package description, added "simplest website blocker"

1.0.7:
- bug fix in website blocker logic
- website blocker will not stop working in case of user waive

1.0.5:
- bug fix in punish email sending

1.0.4:
- added email punishment as a new feature compare to dayboard
- and it's a comprehensive website blocker now, not not only a site blocker

1.0.3:
- added performance chart as a new feature which  Stayfocusd doesn't have

1.0.2:
- site blocker comes in to picture
-  mock data with blocker for facebook, blocker for youtube, blocker for vk
- mock data also compatible with blcokerfor vk, blockerfor facebook, blockerfor youtube                    

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

ชื่อ PoD(Simplest Website Blocker, Stay Focused) PoD(Simplest Website Blocker, Stay Focused)
ID mmgclnghbacfjdopkijbanbpnkblbnhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/podsimplest-website-block/mmgclnghbacfjdopkijbanbpnkblbnhp
คำอธิบาย Simplest website blocker, Stay focused and improve productivity. Stop procrastination once and for all!
ขนาดไฟล์ 373 KB
จำนวนการติดตั้ง 986
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2020-02-08
วันที่เผยแพร่ 2020-02-08
คะแนน 4.47/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://podapp.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://podapp.io
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PoD(Simplest Website Blocker, Stay Focused)",
    "author": "podapp.io",
    "manifest_version": 2,
    "version": "1.1.0",
    "description": "Simplest website blocker, Stay focused and improve productivity. Stop procrastination once and for all!",
    "icons": {
        "32": "images\/standard32.png",
        "128": "images\/standard128.png",
        "512": "images\/standard512.png"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg",
        "fonts\/*.ttf"
    ],
    "browser_action": {
        "default_icon": "images\/standard512.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/podapp.io\/blocker*",
                "http:\/\/localhost:8080\/blocker*"
            ],
            "js": [
                "content_blocker.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "history",
        "idle"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8080\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/podapp.io\/*"
        ]
    }
}