Description from extension meta
Automatically manages song timestamps for Euskadi Irratia radio shows
Image from store
Description from store
Automatically manages song timestamps for Euskadi Irratia / Kantu Kontari / radio shows (in guau.eus)
Key Improvements in v1.0.4
* Implemented DASH/MP3 fallback system to gracefully use legacy MP3 when DASH/MPD isn’t available
* Ensured audio player activation so timestamp links reliably seek and play
* Refactored and improved GuauSongManager logging for clearer diagnostics and readability
Key Improvements in v1.0.3:
* Updated the Chrome extension to work with guau.eus's new DASH (Dynamic Adaptive Streaming over HTTP) system instead of the old MP3 direct streaming system.
Key Improvements in v1.0.2:
* Fixed Hardcoded URL Bug: Fixed triggerTimestampAnalysis method to use detected API base URL instead of hardcoded localhost
* Smart Fallback: Automatically switches to production server if localhost fails (without persistent state)
Key Improvements in v1.0.1:
* Fixed SPA Navigation: Extension now works on first visit to Kantu Kontari episodes
* Smart Server Detection: Automatically uses production (guau.ikasten.io) or development (localhost:5001) based on localStorage
* Enhanced Popup: Shows current server URL and mode (Development/Production)
* Better URL Matching: More robust regex pattern for episode detection
* Comprehensive Logging: Detailed console output for debugging navigation
* Updated Documentation: Clear instructions for development mode configuration