YouTube Playlist ID Extractor의 버전 기록 - 3개 버전
YouTube Playlist ID Extractor 제작자: arnaudskovich
YouTube Playlist ID Extractor의 버전 기록 - 3개 버전
이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.
최신 버전
버전 2.2
2026년 8월 10일에 출시 - 202.49 KBfirefox 109.0a1 이상에서 작동Version 2.2 brings the final layer of customization to your playlist extractions! Along with the massive architectural upgrades of v2.1 (Silent Background Extraction, Auto-Save, and Advanced Dashboard), this update introduces Complete Export Control.
- Customizable Export Fields
- You now have absolute control over what data ends up in your exported files.
- In the Extension Popup and the Settings page, you can now check or uncheck specific fields: Index, ID, Title, and URL.
- Want a text file containing only video IDs for bulk-processing scripts? Just check the "ID" box and uncheck the rest. Want a detailed CSV with everything? Check them all.
- Your field preferences are saved globally and apply instantly to all export formats (CSV, JSON, XLS, TXT).
- Silent "Phantom Window" Extraction: Extracts long playlists completely in the background without interrupting your current video.
- Advanced Playlist Manager: View, edit, rename, reorder, merge, and delete your saved extractions directly in your browser.
- Buffer Memory: Automatically saves progress to prevent data loss.
MIT 라이선스에 따라 릴리스된 소스 코드
이전 버전
버전 2.1
2026년 8월 10일에 출시 - 201.78 KBfirefox 109.0a1 이상에서 작동Version 2.1 is a major architectural rewrite of the extension, evolving it from a simple script into a robust, autonomous background extractor designed specifically to navigate modern browser security restrictions without interrupting your viewing experience.
- Silent "Phantom Window" Extraction
- V1: Required keeping the popup open and scrolling manually, interrupting video playback.
- V2.1: Extraction is completely offloaded to a detached background window. The extension automatically spawns a muted secondary window, steals focus back to your main window instantly, and autonomously simulates human scroll behavior to fetch the entire playlist.
- Advanced Auto-Scroll Engine
- Built to bypass YouTube's "infinite Mix" lazy-loading restrictions. The new engine automatically scrolls and clicks to force the complete playlist into memory (up to your configured limit), ensuring no video is missed.
- Full Firefox MV3 Compliance & Security
- Completely rebuilt around Firefox's strict Manifest V3 architecture.
- Utilizes
chrome.scripting.executeScriptfor programmatic injection, preventing scripts from running arbitrarily. - Implements explicit Opt-In Permissions (
chrome.permissions.request): The extension only asks for YouTube host permissions at the exact moment you request an extraction, maximizing your privacy. - Advanced Playlist Manager Dashboard
- Access a brand-new internal dashboard where you can:
- Group, view, and rename your extracted playlists.
- Reorder videos (Up/Down) or delete them individually.
- Merge multiple extractions together to build massive directories.
- Multi-Format Auto-Export
- Export your lists in 1-click or configure them to auto-download upon extraction completion.
- Supported formats: JSON, CSV, TXT (URLs), or TXT (pure IDs).
- Buffer Memory & Auto-Save
- If you accidentally close the extension, the background event page finishes the job and keeps the data safely in memory. Reopening the extension instantly restores your latest extraction.
MIT 라이선스에 따라 릴리스된 소스 코드