Skip to content

Releases: kirill-markin/chrome-auto-image-blocker

v1.0.1 — chrome-auto-image-blocker

14 Jun 16:20
Compare
Choose a tag to compare

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:

  1. Clone the repository:

    git clone https://github.com/kirill-markin/chrome-auto-image-blocker
  2. Open Chrome and navigate to chrome://extensions/.

  3. Enable "Developer mode" in the top right corner.

  4. 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.

Initial Release: Chrome Auto Image Blocker v1.0.0

08 Jun 11:45
Compare
Choose a tag to compare

Chrome Auto Image Blocker v1.0.0

We're excited to release the initial version of Chrome Auto Image Blocker! This lightweight Chrome extension is designed to enhance your browsing experience by automatically blocking and toggling images on webpages based on a customizable schedule. Perfect for reducing distractions and speeding up page load times.

Features

  • Auto-blocks images every 10 minutes by default.
  • Manual toggle to enable or disable images instantly.
  • Customizable interval for automatic image blocking.
  • Minimal user interface.
  • Lightweight and efficient.

Installation

  1. Clone the repository:
    git clone https://github.com/kirill-markin/chrome-auto-image-blocker
  2. Open Chrome and navigate to chrome://extensions/.
  3. Enable "Developer mode" in the top right corner.
  4. Click "Load unpacked" and select the directory where you cloned the repository.

Usage

  • Click the extension icon in the Chrome toolbar to open the popup.
  • Use the "Toggle Image Settings" button to enable or disable images manually.
  • Set your preferred interval for automatic image blocking.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions, feel free to contact me at [email protected].

Issues

If you encounter any issues or have feature requests, please report them in the Issues section of the GitHub repository.