Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🚫 Simple Ad Blocker Chrome Extension

πŸ“Œ Description

This project is a basic ad-blocking browser extension developed for Google Chrome. It demonstrates how to block unwanted advertisements using network request filtering and DOM manipulation techniques. The extension is built using Manifest V3 and is intended for learning and experimentation purposes.


✨ Features

  • Blocks ads from known ad domains (e.g., doubleclick.net)
  • Removes ad elements from web pages using JavaScript
  • Lightweight and fast
  • Built using Chrome Extension Manifest V3
  • Runs automatically on all websites

πŸ› οΈ Technologies Used

  • JavaScript
  • HTML
  • JSON
  • Chrome Extension APIs (Manifest V3)

πŸ“ Project Structure

ad-blocker/ β”‚ β”œβ”€β”€ manifest.json # Extension configuration β”œβ”€β”€ background.js # Handles network blocking rules β”œβ”€β”€ content.js # Removes ads from page DOM


πŸš€ Installation Guide

  1. Download or clone this repository:
    git clone https://github.com/ArunaS2001/ad-blocker.git
    
    
  2. Open chrome
  3. Go to:

chrome://extensions/

  1. Enable Developer Mode (top-right corner)
  2. Click Load unpacked
  3. Select the project folder
  4. Open any website and test the extension

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages