Added
- Chapters on the right panel (opened via chapter button in the player) are not translated anymore.
 - Video end screen titles are not translated anymore.
 
Refactored
- 
Extracted video ID parsing logic from
refreshBrowsingVideosinto a dedicated utility functionextractVideoIdFromUrlinsrc/content/utils/video.ts - 
Extracted browsing title element validation logic into a dedicated function
shouldProcessBrowsingElement - 
Extracted browsing title element state check logic into a dedicated function
checkElementProcessingState - 
Extracted original title fetching logic from
refreshBrowsingVideosinto a dedicated functionfetchOriginalTitle - 
Notification title processing now uses the unified
extractVideoIdFromUrlutility for video ID extraction. - 
Shorts titles retrieval now uses the unified
fetchMainTitlefunction for main shorts titles andfetchOriginalTitlefor alternative shorts formats. - 
Notification popup titles now use the unified
fetchOriginalTitlelogic for original title retrieval. - 
Extracted main title retrieval logic into a dedicated
fetchMainTitlefunction, now used inrefreshMainTitle,refreshEmbedTitle, andrefreshMiniplayerTitle.