YouTube CC Copy Versionsgeschichte – 6 Versionen
YouTube CC Copy von Hanasa
YouTube CC Copy Versionsgeschichte – 6 Versionen
Seien Sie vorsichtig mit alten Versionen! Diese Versionen werden zu Test- und Referenzzwecken angezeigt.Sie sollten immer die neueste Version eines Add-ons verwenden.
Neueste Version
Version 0.2.0
Veröffentlicht 18. Aug. 2026 – 62,45 KBFunktioniert mit firefox 58.0 und höherThis release adds youtube-nocookie.com support, a metadata sync-tracking system with a manual re-sync button, an "Edit Notes" shortcut in the popup, and several fixes including notes sorting and reliable back navigation.
youtube-nocookie.comsupport — the extension now activates onyoutube-nocookie.compages in addition toyoutube.com.- Metadata sync tracking (
syncedAt) — a newsyncedAttimestamp field onNoteDatarecords when a note's title/thumbnail was last synced with YouTube. Notes are auto-synced once on first view; subsequent visits skip the network call. - Re-sync button — manual "Re-sync" button on both the notes index page (per-row) and the individual note page (toolbar) to force-refresh metadata from YouTube on demand.
- Edit Notes link — the popup now shows an "Edit Notes" link when a note exists for the current video, opening the note editor (
/note.html?id=<videoId>) directly in a new tab. titleattribute on the Re-sync button for accessibility (tooltip).
- Notes sorting — the notes index page now sorts entries by
updatedAtdescending (most recently updated first). - Back navigation — the note page's Back button and post-delete navigation now reliably redirect to the notes index page (
/index.html) viabrowser.tabs.updateinstead of relying onwindow.history.back().
- URL helpers refactor —
utils/youtube-url.tsextracted into a dedicated module withisYouTubeVideoPage,isYouTubeHostFromUrl,extractVideoId, andvideoKey; the popup'sutils/index.tsnow re-exports these. - Version bump:
0.1.1→0.2.0(inpackage.jsonandwxt.config.ts).
Full Changelog: https://github.com/nnivxix/yt-cc-copy/compare/v0.1.2...v0.2.0Quelltext steht unter der MIT-Lizenz
Ältere Versionen
Version 0.1.2
Veröffentlicht 1. Juli 2026 – 61,87 KBFunktioniert mit firefox 58.0 und höherOptimize codeQuelltext steht unter der MIT-Lizenz
Version 0.1.1
Veröffentlicht 30. Juni 2026 – 61,14 KBFunktioniert mit firefox 58.0 und höher- Fix bug when deleting note
- Optimize code
Quelltext steht unter der MIT-Lizenz
Version 0.1.0
Veröffentlicht 26. Juni 2026 – 60,3 KBFunktioniert mit firefox 58.0 und höher- Notes management pages:
- Data migration: Old string-format notes in storage are automatically migrated to the new NoteData format on read.
- Popup improvements: The popup now detects whether the current tab is a YouTube video page and shows a placeholder message when it isn't; added a "Manage Notes" link pointing to the new notes page.
Quelltext steht unter der MIT-Lizenz
Version 0.0.3
Veröffentlicht 8. Juni 2026 – 50,99 KBFunktioniert mit firefox 58.0 und höherRelease Notes - v0.0.3 (fix/copy-flow)
Summary
This release improves popup usability for caption and note actions, strengthens error handling with user-visible messages, and refactors popup code for cleaner structure and less duplication.
Added- Action-state labels with auto-reset for better feedback:
Copy CC->CopiedAdd to Note->AddedCopy Note->Copied- Real error messages shown in the popup footer for failed operations.
- Issue/report link in popup UI:
- https://github.com/nnivxix/yt-cc-copy/issues
Quelltext steht unter der MIT-Lizenz
Version 0.0.2
Veröffentlicht 2. Juni 2026 – 50,87 KBFunktioniert mit firefox 58.0 und höherQuelltext steht unter der MIT-Lizenz