Skip to content

Instantly share code, notes, and snippets.

@sdsr

sdsr/PRIVACY.md Secret

Last active February 6, 2026 05:43
Show Gist options
  • Select an option

  • Save sdsr/09cd9576eb5e8f9ec7255b467d12b88b to your computer and use it in GitHub Desktop.

Select an option

Save sdsr/09cd9576eb5e8f9ec7255b467d12b88b to your computer and use it in GitHub Desktop.

Privacy Policy - Mouse Gesture Navigation

Last updated: February 6, 2025

Overview

Mouse Gesture Navigation is a Chrome extension that enables browser navigation through mouse gestures. This privacy policy explains how the extension handles user data.

Data Collection

Mouse Gesture Navigation does not collect, store, or transmit any personal data.

Mouse Movement Data

The extension processes mouse movement data (cursor position during right-click drag) solely for real-time gesture recognition. This data is:

  • Processed entirely within the user's browser
  • Never stored on disk or in any database
  • Never transmitted to any external server
  • Immediately discarded after gesture recognition is complete

Extension Settings

The extension stores user preferences (such as trail color, trail width, sensitivity, and gesture-to-action mappings) using Chrome's built-in chrome.storage.sync API. This data:

  • Contains only extension configuration values
  • Does not include any personal information
  • Is synced across the user's devices through their Google account via Chrome's built-in sync feature
  • Is never accessed by the extension developer or any third party

Data Sharing

Mouse Gesture Navigation does not share any data with third parties. The extension:

  • Does not use analytics or tracking services
  • Does not contain advertisements
  • Does not communicate with any external servers
  • Does not access or collect webpage content

Permissions

The extension requires certain browser permissions solely for its core functionality:

Permission Purpose
tabs Create, close, duplicate, and switch tabs via gestures
sessions Reopen recently closed tabs
storage Save and load user preferences
scripting Execute scroll and navigation actions on the active page
activeTab Interact with the currently active tab
bookmarks Add or remove bookmarks via gestures
Host permissions (<all_urls>) Inject the gesture detection script into all webpages

Changes to This Policy

If this privacy policy is updated, the changes will be posted on this page with an updated revision date.

Contact

If you have any questions about this privacy policy, please open an issue on the GitHub repository.


개인정보처리방침 - Mouse Gesture Navigation

최종 수정일: 2025년 2월 6일

개요

Mouse Gesture Navigation은 마우스 제스처를 통한 브라우저 탐색을 지원하는 Chrome 확장 프로그램입니다. 이 개인정보처리방침은 확장 프로그램이 사용자 데이터를 어떻게 처리하는지 설명합니다.

데이터 수집

Mouse Gesture Navigation은 어떠한 개인정보도 수집, 저장, 전송하지 않습니다.

마우스 이동 데이터

확장 프로그램은 제스처 인식을 위해 마우스 이동 데이터(우클릭 드래그 중 커서 위치)를 실시간으로 처리합니다. 이 데이터는:

  • 사용자의 브라우저 내에서만 처리됩니다
  • 디스크나 데이터베이스에 저장되지 않습니다
  • 외부 서버로 전송되지 않습니다
  • 제스처 인식이 완료되면 즉시 폐기됩니다

확장 프로그램 설정

확장 프로그램은 Chrome의 chrome.storage.sync API를 사용하여 사용자 설정(궤적 색상, 두께, 민감도, 제스처-동작 매핑 등)을 저장합니다. 이 데이터는:

  • 확장 프로그램 설정값만 포함합니다
  • 개인정보를 포함하지 않습니다
  • Chrome의 내장 동기화 기능을 통해 사용자의 기기 간에 동기화됩니다
  • 개발자나 제3자가 접근하지 않습니다

데이터 공유

Mouse Gesture Navigation은 어떤 데이터도 제3자와 공유하지 않습니다. 확장 프로그램은:

  • 분석 도구나 추적 서비스를 사용하지 않습니다
  • 광고를 포함하지 않습니다
  • 외부 서버와 통신하지 않습니다
  • 웹페이지의 콘텐츠를 읽거나 수집하지 않습니다

권한

확장 프로그램은 핵심 기능을 위해서만 브라우저 권한을 사용합니다:

권한 용도
tabs 제스처로 탭 생성, 닫기, 복제, 전환
sessions 닫은 탭 다시 열기
storage 사용자 설정 저장 및 불러오기
scripting 스크롤 및 페이지 탐색 동작 실행
activeTab 현재 활성 탭에서 동작 실행
bookmarks 제스처로 북마크 추가/삭제
호스트 권한 (<all_urls>) 모든 웹페이지에 제스처 감지 스크립트 주입

정책 변경

이 개인정보처리방침이 변경되면 이 페이지에 수정된 날짜와 함께 게시됩니다.

문의

이 개인정보처리방침에 대한 질문이 있으시면 GitHub 저장소에 이슈를 등록해 주세요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment