docs(browser-extension): add extra info about how this extension works

This commit is contained in:
wanhose 2023-09-25 19:30:18 +02:00
parent 072f684e74
commit 09f2ce9f22

View File

@ -1,5 +1,9 @@
# Cookie Monster Dialog Browser Extension
This browser extension was designed to remove cookie consent dialogs that appear on websites without setting your preferences. Only in a few cases, it operates based on predefined rules specified in the file `data/fixes.txt` from where the extension will automatically decline or accept the cookie consent dialogs.
Please note that the `data/fixes.txt` file should be regularly updated to reflect changes in websites' cookie consent practices and to ensure accurate handling of the dialogs by the extension.
## Downloads
- [Chrome Web Store](https://chrome.google.com/webstore/detail/djcbfpkdhdkaflcigibkbpboflaplabg)
@ -11,9 +15,9 @@
- All browsers based on Chromium 88+ (Blisk, Brave, Colibri, Epic Browser, Iron Browser, Vivaldi and many more)
- Google Chrome 88+
- Microsoft Edge 88+
- ~~Mozilla Firefox 54+~~ (development stalled until further notice, you can still download and use this extension in its **5.5.5** version)
- ~~Mozilla Firefox~~ (development stalled until further notice)
## Installation (only for developers)
## Installation (only for developers or Mozilla Firefox users)
1. Clone this repository and then run `yarn install`
2. Build this repository running the command `yarn workspace browser-extension run build`