Description
This release includes several enhancements and bug fixes to improve the functionality and user experience of the Chrome Auto Image Blocker extension.
What's Changed
- Enhancement: Added functionality to save the current state of image settings. Now, the extension remembers the user's last setting (images allowed or blocked) even after the browser is closed and reopened.
- Bug Fix: Resolved an issue where clearing the previous alarm would result in an error if the alarm did not exist. The extension now checks for the existence of the alarm before attempting to clear it.
- Improvement: Updated the
README.md
with clearer instructions and additional details about the extension's features and usage.
Files Updated
background.js
- Added functions to save and read the current state of image settings.
- Updated alarm handling logic to check for the existence of the alarm before clearing it.
popup.js
- Minor adjustments to ensure compatibility with the new state-saving functionality.
README.md
- Enhanced documentation with more comprehensive usage instructions and feature descriptions.
Installation
To update to this version, follow these steps:
-
Clone the repository:
git clone https://github.com/kirill-markin/chrome-auto-image-blocker
-
Open Chrome and navigate to
chrome://extensions/
. -
Enable "Developer mode" in the top right corner.
-
Click "Load unpacked" and select the directory where you cloned the repository.
Feedback
If you encounter any issues or have suggestions for further improvements, please open an issue on the GitHub repository.