Skip to content

DigitalDetox is a powerful Chrome extension that helps you break free from the endless scroll and reclaim your focus. Built with Manifest V3 for maximum performance and security

License

Notifications You must be signed in to change notification settings

Panda404NotFound/didgital_detox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Typing SVG



🌊 What is DigitalDetox?

DigitalDetox is a powerful Chrome extension that helps you break free from the endless scroll and reclaim your focus. Built with Manifest V3 for maximum performance and security.

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚                                                             β”‚
β”‚   🎯  Set daily time limits on distracting websites        β”‚
β”‚   🚫  Block sites completely with one click                β”‚
β”‚   πŸ•ΆοΈ  Prevent incognito workarounds                        β”‚
β”‚   ⏰  Get notified before your time runs out               β”‚
β”‚   πŸ”  Password-protect your settings                       β”‚
β”‚                                                             β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

✨ Features

⏱️ Smart Timers

Set daily usage limits for any website. When time's up, the site is blocked until tomorrow.

  • Configure hours + minutes
  • Notifications at 10, 5, and 1 minute remaining
  • Automatic daily reset at midnight

🚷 Full Blocking

Permanently block distracting websites with zero tolerance mode.

  • No time limits, just blocked
  • Instant overlay when you visit
  • Works on all subdomains

πŸ•΅οΈ Incognito Shield

Close the incognito loophole. When enabled, all incognito windows are automatically closed.

  • Prevents "just this once" syndrome
  • Requires extension incognito permission
  • One-click toggle

πŸ”’ Password Protection

Keep your settings safe from your impulsive self.

  • PBKDF2 password hashing
  • 150,000 iterations for security
  • No backdoors, no resets

🎨 Beautiful Blocking Experience

When you hit your limit, you'll see a sleek, non-intrusive overlay:

╔══════════════════════════════════════════════════════════════════╗
β•‘                                                                  β•‘
β•‘                     ⏰ Daily limit reached                       β•‘
β•‘                                                                  β•‘
β•‘            Access will be restored tomorrow.                     β•‘
β•‘                                                                  β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

πŸ› οΈ Tech Stack

Tech Stack



Technology Purpose
JavaScript ES6+ Core extension logic with modules
Chrome APIs Storage, Tabs, Notifications
Web Crypto API Secure password hashing
CSS3 Dark theme with glassmorphism

πŸ“¦ Installation

From Source

# Clone the repository
git clone https://github.com/Panda404NotFound/didgital_detox.git

# Navigate to chrome://extensions
# Enable "Developer mode"
# Click "Load unpacked"
# Select the "extension" folder

🌍 Internationalization

Language Status
πŸ‡¬πŸ‡§ English βœ… Supported
πŸ‡·πŸ‡Ί Русский βœ… Supported
πŸ‡ΊπŸ‡¦ Π£ΠΊΡ€Π°Ρ—Π½ΡΡŒΠΊΠ° βœ… Supported

πŸ“ Project Structure

extension/
β”œβ”€β”€ πŸ“„ manifest.json          # Extension configuration (MV3)
β”œβ”€β”€ πŸ“„ background.js          # Service worker (timers, blocking logic)
β”œβ”€β”€ πŸ“„ content-script.js      # Page overlay injection
β”œβ”€β”€ πŸ“‚ pages/
β”‚   β”œβ”€β”€ dashboard.html        # Settings dashboard
β”‚   β”œβ”€β”€ dashboard.css         # Glassmorphism dark theme
β”‚   └── dashboard.js          # Dashboard logic
β”œβ”€β”€ πŸ“‚ shared/
β”‚   β”œβ”€β”€ constants.js          # Shared constants
β”‚   β”œβ”€β”€ crypto.js             # Password hashing utilities
β”‚   β”œβ”€β”€ i18n.js               # Translations (en/ru/ua)
β”‚   └── storage.js            # Chrome storage wrapper
└── πŸ“‚ assets/
    └── digital_detox.png     # Extension icon

🧠 Smart Subdomain Handling

DigitalDetox intelligently handles subdomains:

// βœ… youtube.com timer catches:
//    - youtube.com
//    - www.youtube.com  
//    - m.youtube.com

// ❌ But NOT music.youtube.com (it's a separate product!)

πŸ” Security Features

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  πŸ”‘ Password Hashing                           β”‚
β”‚                                                β”‚
β”‚  Algorithm: PBKDF2-SHA256                      β”‚
β”‚  Iterations: 150,000                           β”‚
β”‚  Salt: Cryptographically random                β”‚
β”‚  Storage: Local only, never transmitted        β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸš€ How It Works

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚   Content    │────▢│   Background    │────▢│   Storage    β”‚
β”‚   Script     β”‚     β”‚  Service Worker β”‚     β”‚  (Chrome)    β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
       β”‚                     β”‚
       β”‚  PING every 1s      β”‚  Timer tracking
       β”‚  (visible tabs)     β”‚  Rule matching
       β”‚                     β”‚  Notifications
       β–Ό                     β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚   Overlay    │◀────│   Block Page    β”‚
β”‚   Injection  β”‚     β”‚   Command       β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

πŸ“Š Performance

  • Minimal footprint: Only active on tracked websites
  • Smart polling: 1s when visible, 20s when hidden
  • Efficient storage: Updates batched every 3 seconds
  • No memory leaks: Clean service worker lifecycle

🀝 Contributing

Contributions are welcome! Feel free to:

  1. Fork the repository
  2. Create a feature branch
  3. Submit a pull request

πŸ“¬ Contact

Β Β 


Made with 🧘 for a distraction-free life

Break the scroll. Build your focus. One limit at a time.

About

DigitalDetox is a powerful Chrome extension that helps you break free from the endless scroll and reclaim your focus. Built with Manifest V3 for maximum performance and security

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published