cookie-dialog-monster/packages/browser-extension
2024-10-13 11:11:31 +02:00
..
scripts chore: upgrade deps 2024-02-16 09:23:26 +01:00
src fix(browser-extension): browser.webRequest.onErrorOccurred listener 2024-10-05 12:30:42 +02:00
.eslintrc fix(packages): some bugs from last migration 2022-05-05 20:11:43 +02:00
LICENSE feat(packages): update licenses 2022-07-31 18:03:03 +02:00
package.json chore: upgrade deps 2024-05-04 14:21:50 +02:00
README.md feat: migrate to git.wanhose.dev 2024-10-13 11:11:31 +02:00

Cookie Dialog Monster Browser Extension

Downloads

¹ Scroll down to this section and follow the instructions to install the latest version of this extension in your browser.

Compatibility

  • All browsers based on Chromium 127+ (Blisk, Brave, Colibri, Epic Browser, Iron Browser, Vivaldi and many more)
  • Google Chrome 127+
  • Microsoft Edge 127+
  • Mozilla Firefox 126+
  • Mozilla Firefox Mobile 126+

Installation (for Mozilla Firefox users)

  1. Start by downloading the latest .xpi file from here.
  2. Open your Firefox browser. Depending on your browser settings, Firefox may prompt you to install the add-on automatically upon download completion. If the installation prompt appears, you can proceed with the installation directly from the prompt by clicking Add and skip to step 8.
  3. If the automatic prompt does not appear, navigate to about:addons to open the Add-ons Manager.
  4. Click on the gear icon (⚙️) to open the menu.
  5. Select Install Add-on From File... from the menu.
  6. A file dialog will open. Navigate to and select the downloaded .xpi file.
  7. A confirmation dialog will appear asking if you wish to install the add-on. Click Add to proceed.
  8. Congratulations! You've successfully installed the latest build of this extension in Firefox.

Optionally, if you wish to allow the extension to run in private browsing mode, find the extension in the list, click on the Details button, and then enable the Allow in Private Browsing checkbox.

Installation (for Mozilla Firefox Mobile users)

  1. Start by downloading the latest .xpi file from here.
  2. Open your Firefox browser, then tap the three-dot menu icon in the bottom-right corner of the browser and click on the Settings option.
  3. If you haven't already enabled debug mode, go to the About Firefox option and tap the Firefox logo 5 times. If you have already enabled it, skip to step 4.
  4. Go back and you will see a new option Install extension from file, click on it.
  5. A file dialog will open. Navigate to and select the downloaded .xpi file.
  6. A confirmation dialog will appear asking if you wish to install the add-on. Click Add to proceed.
  7. Congratulations! You've successfully installed the latest build of this extension in Firefox.

Optionally, if you wish to allow the extension to run in private browsing mode, find the extension in the list, click on the Details button, and then enable the Allow in Private Browsing checkbox.

Installation (for advanced and non-listed browser users)

  1. Start by downloading the latest zip file from here.
  2. Extract the downloaded zip file to a location on your local machine.
  3. Open your browser's extensions page:
  4. Enable Developer mode (usually a toggle switch in the top right corner of the extensions page).
  5. Click on the Load Temporary Add-on… button in Firefox or Load unpacked in other browsers.
  6. A file dialog will open. Navigate to and select the extracted folder (or manifest.json file inside this folder if needed).
  7. Congratulations! You've successfully loaded the latest build of this extension.

Installation (only for developers)

  1. Start by cloning the repository to your local machine using the command git clone <repository-url> or downloading it from the assets section of a release.
  2. Navigate to the cloned repository's directory with cd <repository-name>.
  3. Open your browser's extensions page:
  4. Enable Developer mode (usually a toggle switch in the top right corner of the extensions page).
  5. Click on the Load unpacked button.
  6. A file dialog will open. Navigate to and select the packages/browser-extension/src folder from the cloned repository.
  7. Congratulations! You've successfully loaded the development build of this extension.

To ensure you're using the latest version of the extension, it's important to regularly pull the latest changes from the repository. You can do this by navigating to the repository's directory in your terminal and running the command git pull. This will fetch and download the latest changes from the remote repository and merge them into your local repository.

In some cases, after pulling the latest changes and rebuilding the extension, your browser may not immediately reflect the updates. This is because browsers typically cache extensions for performance reasons. To manually update the extension, navigate to your browser's extensions page. Look for a button or option to "Update" or "Reload" the extension. This forces the browser to reload the extension, ensuring it's running the latest version. Remember, this process may vary slightly depending on the browser you're using. Always refer to your browser's specific instructions for managing extensions.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT