Chrome extension for Manual Ad Block.
- Clone this repository.
- Go to chrome://extensions/.
- Toggle "Developer Mode" on top right.
- Hit "Load unpacked extension...".
- Navigate to the location where you cloned this repository.
- Select this repository directory.
- Extention icon should appear in extention tool section.
- ref
- chrome.storage: Use to store values as key-value.
- chrome.declarativeContent
- programmatic injection: executeScript/insertCSS
- tabs issue
The plan is to utilize CSS's display: none; feature. :D With insertCSS. :D