Feat
- Added a persistent cache system for video descriptions using 
browser.storage.local. The cache now survives page reloads and browser restarts, with a maximum of 50 entries and a 12-hour expiration. 
Refactor
- Added a persistent cache system for video titles using 
browser.storage.local. The cache now survives page reloads and browser restarts, with a maximum of 1000 entries and a 24-hour expiration. 
Fix
- Fixed logic to ensure titles and descriptions are only cached when actually used, and always checked in cache before making network requests.