Skip to content

Releases: fastfingertips/youtube-interaction-manager

v1.3.26

08 Mar 03:06

Choose a tag to compare

v1.3.25

08 Mar 00:56

Choose a tag to compare

Release v1.3.25

Improved stability for playlists and collaborative videos.

What's New

  • Smart Sync: Replaced fixed delays with a dynamic ID check to ensure actions happen on the correct video during playlist transitions (Fixes #2).
  • Collaborative Support: Added detection for videos with multiple owners/collaborators (Fixes #1).
  • Precise Detection: Fixed a bug where playlist names were sometimes mistaken for channel names.
  • Improved Loading: Better handling of direct page loads and refreshes.

v1.3.2 - YouTube Interaction Manager (Rebranding Update)

01 Jan 15:00

Choose a tag to compare

REBRANDING ANNOUNCEMENT: The project "YouTube Auto Like" is now YouTube Interaction Manager. This name better reflects the tool's capability to manage whitelists, blacklists, history, and interaction timing—rather than just simply "liking" videos.

What's Changed

  • Rebranding: Application name updated to YouTube Interaction Manager across the UI, manifest, and documentation.
  • Repository Update: All internal links, privacy policy references, and documentation URLs have been updated to point to the new repository location: youtube-interaction-manager.
  • Documentation: README and website updated with new installation guides for Chrome and Firefox.

Downloads

  • Chrome/Edge: youtube-interaction-manager-v1.3.2-chrome.zip
  • Firefox: youtube-interaction-manager-v1.3.2-firefox.zip

(No functional code changes since v1.3.0, only branding and documentation updates)

Full Changelog: v1.3.0...v1.3.2

v1.3.0

01 Jan 13:22

Choose a tag to compare

Added

  • Activity history toggle to enable/disable logging in Settings
  • Firefox extension support with dedicated import workaround page
  • Status banners indicating when auto-actions or history logging are disabled
  • Info text clarifying the 50-item local history limit

Changed

  • Major UI refinement: Expanded popup width and optimized layout for better readability
  • Rebalanced "Unlisted Channels" configuration with prioritized dropdown width
  • Reorganized "Data & Advanced" section into individual toggle groups
  • Refactored core logic into StorageUtils and BackupUtils
  • Centralized application constants and limits in config.js

Fixed

  • Synced count badges and status messages across all popup tabs
  • Improved "Clear Activity" flow with confirmation and status feedback

Full Changelog: v1.2.1...v1.3.0

v1.2.1 - Chrome Web Store Compliance Fix

27 Dec 14:34

Choose a tag to compare

Changes

Bug Fixes

  • Removed unused scripting permission from manifest.json
  • This permission was declared but never utilized in the codebase
  • Resolves Chrome Web Store rejection (Policy: Permission Usage)

Documentation

  • Updated PRIVACY.md with accurate permission descriptions
  • Added Permissions section to README.md
  • Removed all references to deprecated scripting permission

Permissions

This extension uses only the minimum required permissions:

Permission Purpose
storage Save whitelist, blacklist, settings, and activity logs locally
activeTab Detect and interact with the current YouTube channel
youtube.com Run content script to detect videos and click like/dislike buttons

No data is transmitted to external servers. All information remains on the user's device.


Full Changelog: v1.2.0...v1.2.1

v1.2.0

25 Dec 22:46

Choose a tag to compare

Added

  • Privacy policy page for Chrome Web Store
  • Landing page documentation

Full Changelog: v1.1.1...v1.2.0

v1.1.1

16 Dec 09:19

Choose a tag to compare

Fixed

  • Synced popup version display with manifest version

Full Changelog: v1.1.0...v1.1.1

v1.1.0

16 Dec 09:12

Choose a tag to compare

Added

  • Dynamic icon badges showing extension state

Full Changelog: v1.0.3...v1.1.0

v1.0.3

16 Dec 08:44

Choose a tag to compare

Added

  • Clickable channel links in activity log

Removed

  • Legacy fallback code

Full Changelog: v1.0.2...v1.0.3

v1.0.2

15 Dec 06:38

Choose a tag to compare

Added

  • About tab in popup

Full Changelog: v1.0.1...v1.0.2