Chrome extension to redirect requests to another url
This extension is a good learning material - you will learn
- How to create chrome extensions
- Basics of typescript
- How ad blockers work
- Install this extension from google chrome or download from releases
- Download the file
adBlockrules.arjson
from export directory of this repository - Open the extension page and click Import
- Import the file you downloaded
- You can enjoy ad free stuff on the internet!
npm install
npm run watch
- Add the
./dist
directory to chrome- Head to
chrome://extensions
- Load unpacked
- Open options by clicking Extension's icon in toolbar
- Head to
npm run build
./dist
directory has the production version of extension