Skip to content

gmaloney32413/distraction-blocker-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Distraction Blocker

A Chrome extension that helps users stay focused by blocking distracting websites during timed focus sessions.


Features

  • Add websites to a block list
  • Start a timed focus session
  • Automatically block access to distracting sites
  • Displays remaining focus time
  • Sends notifications when a site is blocked

How It Works

When Focus Mode is active:

  • The extension monitors navigation requests
  • If the user visits a blocked site, it redirects them
  • A notification is displayed to inform the user

Tech Stack

  • JavaScript (Chrome Extension APIs)
  • HTML/CSS (Popup UI)
  • Chrome Manifest V3
  • chrome.storage API
  • chrome.webNavigation / chrome.webRequest API

Installation

  1. Clone or download this repo
  2. Open Chrome → chrome://extensions
  3. Enable Developer Mode
  4. Click “Load unpacked”
  5. Select the project folder

Purpose

This project is designed to improve productivity and reduce digital distractions during study or work sessions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors