Last updated: 2026-04-30
이 익스텐션은 다음 데이터를 처리합니다. 모두 사용자가 직접 등록한 본인 GitHub 저장소 외에는 어떤 외부 서버로도 전송되지 않습니다.
| 데이터 | 저장 위치 | 전송 대상 |
|---|---|---|
| GitHub Personal Access Token | chrome.storage.local (사용자 본인 브라우저) |
오직 api.github.com 호출 시 Authorization 헤더로만 사용. 익스텐션 개발자나 제3자에게 절대 전송되지 않음. |
| Repo 정보 (owner/name), 커밋 이름·이메일, RSS 모드 설정 | chrome.storage.local |
api.github.com (커밋 작성자 정보 전달용) |
| NotebookLM 음성개요 카드의 제목·UUID·노트북 cover 날짜 | 휘발성 (메모리) — 다운로드 트리거 직후 사용 | 파일명에 포함되어 사용자 본인 GitHub 저장소로만 push. |
| 음성개요 오디오 파일 (m4a) | Chrome 기본 다운로드 폴더 + 사용자 본인 GitHub 저장소 | 사용자 본인 GitHub 저장소 (api.github.com) 만. |
| NotebookLM 세션 쿠키 | 저장하지 않음 (Chrome 이 이미 보유) | 오디오 fetch 시 redirect 체인 (lh3.googleusercontent.com → accounts.google.com → lh3.google.com → drum.usercontent.google.com) 통과를 위해 자동 동행. 익스텐션이 별도 저장하지 않음. |
오직 한 가지 목적 — 사용자의 NotebookLM 음성개요를 본인이 지정한 GitHub 저장소에 백업하고 RSS feed 로 노출 — 에만 사용됩니다. 광고, 분석, 개인화, 프로파일링, 제3자 판매 등 다른 어떤 용도로도 사용·재판매·공유되지 않습니다.
익스텐션 개발자(이 저장소의 소유자)는 사용자가 처리하는 어떤 데이터에도 접근할 수 없습니다. 모든 데이터 흐름은 사용자 브라우저 ↔ Google (NotebookLM 인증/audio CDN) ↔ 사용자 본인 GitHub 저장소 사이에서만 이루어집니다.
chrome.storage.local 의 토큰·설정이 함께 삭제됩니다.docs/podcast.json 의 retention 설정으로 자동 정리할 수 있습니다.각 권한이 사용되는 정확한 이유는 README §권한 과 IMPLEMENTATION_NOTES §2 에 자세히 기술되어 있습니다.
이 정책이 변경되면 이 페이지의 "Last updated" 날짜가 갱신됩니다. 이전 버전은 이 파일의 git history 에서 확인 가능합니다.
문의 / 이슈 제보: GitHub Issues.
The extension processes the following data. Nothing is transmitted anywhere except your own GitHub repository (which you register).
| Data | Stored at | Transmitted to |
|---|---|---|
| GitHub Personal Access Token | chrome.storage.local (your own browser) |
Only sent as an Authorization header to api.github.com. Never sent to the extension author or any third party. |
| Repo (owner/name), committer name & email, RSS mode | chrome.storage.local |
api.github.com (used as commit author metadata) |
| NotebookLM audio overview titles, artifact UUIDs, notebook cover dates | In-memory only, used immediately on download trigger | Embedded in the uploaded filename pushed to your own GitHub repository. |
| Audio overview file (m4a) | Chrome's default download folder + your own GitHub repository | Only your own GitHub repository (api.github.com). |
| NotebookLM session cookies | Not stored by the extension (Chrome already holds them) | Sent along with the audio re-fetch through the redirect chain (lh3.googleusercontent.com → accounts.google.com → lh3.google.com → drum.usercontent.google.com). Not stored separately. |
The data is used for one single purpose — to back up your NotebookLM audio overviews into a GitHub repository that you own and to expose them as a personal podcast RSS feed. It is not used for advertising, analytics, personalization, profiling, third-party sale, or any other purpose.
The extension author (the owner of this repository) cannot access any data you process. All data flow happens strictly between your browser ↔ Google (NotebookLM auth / audio CDN) ↔ your own GitHub repository.
chrome.storage.local.retention field in docs/podcast.json for automatic cleanup.Each Chrome permission's exact rationale is documented in the README and IMPLEMENTATION_NOTES §2.
If this policy changes, the "Last updated" date at the top of this page is bumped. Prior versions are available in the git history of this file.
Questions / reports: GitHub Issues.