https://github.com/gopeedlab/browser-extension
A browser extension for Gopeed.
https://github.com/gopeedlab/browser-extension
Last synced: 2 months ago
JSON representation
A browser extension for Gopeed.
- Host: GitHub
- URL: https://github.com/gopeedlab/browser-extension
- Owner: GopeedLab
- Created: 2023-12-13T06:06:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T10:27:49.000Z (3 months ago)
- Last Synced: 2025-03-29T03:07:19.055Z (2 months ago)
- Language: TypeScript
- Size: 890 KB
- Stars: 166
- Watchers: 4
- Forks: 11
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/GopeedLab/browser-extension/releases)
[](https://docs.gopeed.com/donate.html)
[](https://discord.gg/ZUJqJrwCGB)[](https://ko-fi.com/R6R6IJGN6)
[English](/README.md) | [δΈζ](/README_zh-CN.md)
## Install
[
](https://chromewebstore.google.com/detail/gopeed/mijpgljlfcapndmchhjffkpckknofcnd) [
](https://microsoftedge.microsoft.com/addons/detail/dkajnckekendchdleoaenoophcobooce) [
](https://addons.mozilla.org/firefox/addon/gopeed-extension)
> **Note**: Please make sure gopeed version >= 1.6.8
## Features
- π½ Instead of browser download manager
- π Sniff web resources
- βοΈ Support multiple downloader configurations
- π¦ More..## Advanced Usage
This extension is "**ready to use after download**" and usually requires no worries on your part.
### Temp disable the extension

### How to customize API
1. Open ext settings

2. Edit the API settings (MUST BE SAME AS WHAT YOU'VE SET IN SOFTWARE)

### How to set file types that do not need to be captured
1. Open ext setting page and turn to _Basic Settings_ page.
2. Open and edit the box of the option _File Type Filter_, for example:- Note: `.tar.gz` would be matched by both `.gz` and `.tar.gz`
```text
.jpg
.jpeg
.png
.tif
.tiff
.webp
.avif
.gif
.docx
.doc
.pptx
.ppt
.xlsx
.xls
```### How to set domains that do not need to be captured
1. Open ext setting page and turn to _Basic Settings_ page.
2. Open and edit the box of the option _Domain Filter_, for example:- Note: The use of **regular expression** or **wildcard characters** is **not** supported.
```text
changjiang.yuketang.cn
zhihu.com
```## Build
```bash
pnpm install
pnpm run build
```