This is a basic adblocking extension developed as part of a personal project to block common advertising domains in the browser.
- Google Chrome browser
- Clone this repository or download the source code.
- Open Google Chrome and navigate to
chrome://extensions
. - Enable Developer mode by toggling the switch in the top right corner.
- Click on "Load unpacked" and select the directory where the extension files are located.
Once the extension is installed and enabled, it will automatically block requests to known advertising domains listed in the defaultFilters array in background.js
. Users can modify this list to add or remove specific domains they wish to block.
- Name: MyBlock AdBlocker
- Version: 1.0
- Description: A basic adblocking extension developed for personal use.
- Permissions:
webRequest
,webRequestBlocking
,<all_urls>
- Background Script:
background.js
- Icons: Included in various sizes under the
icons/
directory - Manifest Version: 2
Contributions are welcome! Feel free to fork this repository, make changes, and submit a pull request.
This project is licensed under the MIT License.