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.
- Host: GitHub
- URL: https://github.com/stackoverflowisbetterthananyai/ad-blocker
- Owner: StackOverflowIsBetterThanAnyAI
- License: mit
- Created: 2024-06-04T20:06:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-02-12T16:06:35.000Z (4 months ago)
- Last Synced: 2026-02-13T00:08:35.595Z (4 months ago)
- Topics: ad, blocker, chrome, extension, typescript
- Language: TypeScript
- Homepage:
- Size: 591 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.