Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torihako: Chrome extension for Torbox

Chrome extension (Manifest V3) for Torbox (torbox.app). Add magnet links, torrents, and web downloads from context menus, inspect files in a dropdown popup, and download completed items directly.

Features

  • Context menus. Right-click magnet links (magnet:?xt=...), .torrent files, .nzb links, or highlighted info hashes to queue them in Torbox.
  • File dropdown. Click any transfer in the popup to view its files, formats, and sizes.
  • Local downloads. Download individual files or a full ZIP archive through Chrome's download manager, or copy the download link.
  • Real-time updates. The popup refreshes transfer status, speed, and ETA every 2.5 seconds without closing open file lists.

Installation

  1. Open Chrome and go to chrome://extensions.
  2. Turn on Developer mode in the top right.
  3. Click Load unpacked.
  4. Select the directory containing this repository.
  5. Pin Torihako from the Extensions menu in the toolbar.

Configuration

  1. Click the Torihako icon in the toolbar.
  2. Enter your Torbox API key from https://torbox.app/settings.
  3. Click Save.

The popup will load your current torrents and web downloads.

Project structure

.
├── manifest.json       # Extension manifest (Manifest V3)
├── background.js       # Context menus and download handler
├── shared/
│   ├── torbox-api.js   # Torbox API client
│   └── icons/          # Extension icons
├── popup/
│   ├── popup.html      # Main popup markup
│   ├── popup.css       # Popup styles
│   └── popup.js        # Popup state and polling
├── options/
│   ├── options.html    # Settings page
│   ├── options.css     # Settings styles
│   └── options.js      # API key validation
└── test/
    └── test-api.js     # Unit tests for API client and helpers

Tests

Run the test suite:

node test/test-api.js

About

Chrome extension (Manifest V3) for Torbox to queue and download transfers from context menus

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages