Unplug: Simple Site Blocker

Block distracting websites to increase productivity and maintain focus.

Unplug: Simple Site Blockerคืออะไร?

Unplug: Simple Site Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Keith Swanger และคุณลักษณะหลักของมันคือ "Block distracting websites to increase productivity and maintain focus."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unplug: Simple Site Blocker

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

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

                        Tailor your browsing experience for maximum productivity. Easily block distracting websites and stop the mindless scrolling.

🟢 Recommendation: Pin the Unplug extension for easy access to blocking information and settings.

Features

⛔ Block List
Add distracting websites to your block list to deny access to them. Block single pages, paths, or entire websites.

✅ Allow List
Add productive websites to your allow list. You can also add any productive pages or paths of websites that are on your block list to fine tune your browsing experience.

🛑 Exclusive Allow Mode
This toggleable mode blocks any website that is not on your Allow List.

⭐ Motivational Block Page
When a site is blocked, you get a random motivational quote.

🔒 Password protection (optional)
Add a password that must be entered before changing Unplug's settings.


Unplug is completely free to use and always will be.


ℹ️ Privacy Information
Unplug: Simple Site Blocker does not collect or share your personal data, browsing history, or any other personal information. Your website block list and allow list information is stored in Chrome's sync storage to allow you to sync blocking information between computers.

💡 Updates
1.0.4 Changelog:
• Added optional password protection

1.0.2 Changelog:
• Added Re-enable duration: automatically re-enable Unplug after a user-selected duration (10 Minutes, 24 hours, Never, etc.) if Unplug is disabled from its settings page.
• Search parameters are now considered when determining if a website should be blocked/allowed. Search parameters occur after a '?' in a URL.
• Added more motivational quotes.

1.0.1 Changelog:
• Removed unnecessary logs to the Chrome console.                    

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

ชื่อ Unplug: Simple Site Blocker Unplug: Simple Site Blocker
ID aamjahdeoamnjhefbmedongiilmdpbcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unplug-simple-site-blocke/aamjahdeoamnjhefbmedongiilmdpbcp
คำอธิบาย Block distracting websites to increase productivity and maintain focus.
ขนาดไฟล์ 86.6 KB
จำนวนการติดตั้ง 182
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2022-12-21
วันที่เผยแพร่ 2022-04-30
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Keith Swanger
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicygenerator.info/live.php?token=KVsE1R76lET0ZLAoXNeQUKolalCw73tW
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unplug: Simple Site Blocker",
    "description": "Block distracting websites to increase productivity and maintain focus.",
    "version": "1.0.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/unplugIcon16.png",
            "32": "\/images\/unplugIcon32.png",
            "48": "\/images\/unplugIcon48.png",
            "128": "\/images\/unplugIcon128.png"
        }
    },
    "icons": {
        "16": "\/images\/unplugIcon16.png",
        "32": "\/images\/unplugIcon32.png",
        "48": "\/images\/unplugIcon48.png",
        "128": "\/images\/unplugIcon128.png"
    },
    "options_page": "unplugoptions.html",
    "incognito": "split"
}