An open API service indexing awesome lists of open source software.

https://github.com/stackoverflowisbetterthananyai/ad-blocker

Keep your screen ad-free with this Chrome extension.
https://github.com/stackoverflowisbetterthananyai/ad-blocker

ad blocker chrome extension typescript

Last synced: 3 months ago
JSON representation

Keep your screen ad-free with this Chrome extension.

Awesome Lists containing this project

README

          

# Ad Blocker Chrome Extension

## Keep your screen ad-free with this Chrome Extension.

- If you wish to, you can toggle between blocking and allowing on-screen ads.

- In order to get this repository work as a Chrome extension, you have two options:

## 1) Checkout the repository locally

- Checkout the Git repository.

- Open the folder, install all dependencies (`npm i`), and execute `npm run build` in the terminal.

- Then, open Google Chrome, and search for `chrome://extensions`.

- Make sure that developer mode is enabled. This can be activated at the top right of your screen.

- Press the button labelled `Load Unpacked` at the top left of your screen and select the `build` folder of this project.

## 2) Download the Archive

- [Go to the latest release.](https://github.com/StackOverflowIsBetterThanAnyAI/ad-blocker/releases)

- Download the `build.rar` archive.

- Unzip it.

- Then, open Google Chrome, and search for `chrome://extensions`.

- Make sure that developer mode is enabled. This can be activated at the top right of your screen.

- Press the button labelled `Load Unpacked` at the top left of your screen and select the `build` folder of this project.