Mod Downloader

Privacy Policy / 隐私政策

隐私政策

最后更新:2026 年 7 月 12 日

概述

Mod Downloader 浏览器扩展(以下简称"本扩展")是 Mod Downloader 桌面应用程序的浏览器扩展,用于从 MCMod、Modrinth、CurseForge 页面中自动解析 Minecraft Mod 信息,并将结果发送到用户本地运行的 Mod 下载工具。本扩展不收集、不存储、不传输任何个人数据到外部服务器。

数据收集

本扩展在运行时会读取以下信息:

  • 标签页 URL:通过 chrome.tabs API 获取当前打开的标签页地址,用于识别 Mod 页面。
  • 页面 HTML 内容:通过 chrome.scripting.executeScript 在 MCMod、Modrinth、CurseForge 页面中注入脚本,读取页面 DOM 以提取 Mod 的 slug、项目 ID 和版本 ID 等元信息。

数据使用与存储

  • 上述数据仅在扩展运行期间临时使用,用于解析 Mod 信息。
  • 扩展不会将数据持久化存储到任何远程服务器。
  • 扩展不会使用 chrome.storage 存储任何页面内容,仅存储用户配置的筛选条件(扫描窗口、启用的站点)。

数据传输

解析后的 Mod 信息(包括平台、slug、项目 ID、版本 ID)会通过 HTTP POST 请求发送到用户本地运行的 Mod 下载工具:

  • 目标地址:http://127.0.0.1:18801
  • 该地址为本地回环地址,数据不会离开用户设备。
  • 本扩展不向任何外部服务器发送数据。

第三方网站

本扩展在以下第三方网站上注入脚本以读取页面内容:

  • www.mcmod.cn
  • modrinth.com
  • www.curseforge.com
  • legacy.curseforge.com

注入脚本仅读取页面 DOM 以提取 Mod 元信息,不会修改页面内容、不会跟踪用户行为、不会收集个人身份信息。

权限说明

  • storage:存储用户配置的筛选条件。
  • tabs:查询所有标签页的 URL,用于识别 Mod 页面。
  • scripting:在 Mod 页面中注入脚本以读取 DOM。
  • windows:枚举浏览器窗口,供选项页面供用户选择扫描范围。

儿童隐私

本扩展不针对 13 岁以下儿童,不会故意收集儿童的个人信息。

隐私政策变更

如本隐私政策发生重大变更,将在扩展更新日志中通知用户。

联系方式

如有隐私相关问题,请通过 GitHub Issues 联系我们。

Privacy Policy

Last updated: July 12, 2026

Overview

Mod Downloader Companion (the "Extension") is a browser extension for the Mod Downloader desktop application that automatically parses Minecraft mod information from MCMod, Modrinth, and CurseForge pages, and sends the results to a locally running mod download tool. This Extension does not collect, store, or transmit any personal data to external servers.

Data Collection

The Extension reads the following information during operation:

  • Tab URLs: Uses the chrome.tabs API to get URLs of open tabs for identifying mod pages.
  • Page HTML content: Injects scripts via chrome.scripting.executeScript into MCMod, Modrinth, and CurseForge pages to read the DOM and extract mod metadata (slug, project ID, version ID).

Data Usage and Storage

  • The above data is only used temporarily during extension runtime to parse mod information.
  • The Extension does not persistently store data on any remote server.
  • The Extension does not use chrome.storage to store page content. Only user-configured filter settings (scan window, enabled sites) are stored locally.

Data Transmission

Parsed mod information (platform, slug, project ID, version ID) is sent via HTTP POST to the user's locally running mod download tool:

  • Target address: http://127.0.0.1:18801
  • This is a local loopback address; data never leaves the user's device.
  • The Extension does not send data to any external server.

Third-Party Websites

The Extension injects scripts into the following third-party websites to read page content:

  • www.mcmod.cn
  • modrinth.com
  • www.curseforge.com
  • legacy.curseforge.com

Injected scripts only read the page DOM to extract mod metadata. They do not modify page content, track user behavior, or collect personally identifiable information.

Permissions

  • storage: Stores user-configured filter settings.
  • tabs: Queries URLs of all open tabs to identify mod pages.
  • scripting: Injects scripts into mod pages to read the DOM.
  • windows: Enumerates browser windows for the options page to let users select scan scope.

Children's Privacy

This Extension is not directed at children under 13 and does not knowingly collect personal information from children.

Changes to This Policy

Users will be notified of significant changes to this Privacy Policy through the extension's update changelog.

Contact

For privacy-related questions, please contact us via GitHub Issues.