All Projects → alexhua → Aria2 For Chrome

alexhua / Aria2 For Chrome

Licence: gpl-3.0
A aria2 download task management extension for chromium based browser

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Aria2 For Chrome

Tald
使用Aria2作为后端 通过视频来 采集视频作为自己的视频网站:ThinkPHP Aria2 Libav Dplayer
Stars: ✭ 69 (-70.64%)
Mutual labels:  aria2
Tmoe Linux
🍭Without any basic knowledge of linux shell,you can easily install and configure a GNU/Linux graphical desktop environment on 📱Android termux and 💻WSL .🍰You can also run VSCode on your android phone.🍹Graphical qemu manager,🐋support running docker on Android.配置WSL和安卓手机的linux容器,桌面环境,主题美化,远程桌面,音频服务,镜像源,uefi开机启动项,webdav(nginx),fcitx输入法以及qemu-system虚拟机...
Stars: ✭ 149 (-36.6%)
Mutual labels:  aria2
Aria Ng Gui Android
一个 Aria2 图形界面安卓客户端 | An Aria2 GUI Android App
Stars: ✭ 197 (-16.17%)
Mutual labels:  aria2
Live Dl
Download live streams from YouTube
Stars: ✭ 82 (-65.11%)
Mutual labels:  aria2
Aria2 Ariang X Docker Compose
Docker compose files for Aria2+ AriaNg+ filerun/ Nextcloud/ h5ai + Plex. 图形化BT,磁力,离线下载,文件管理,播放,投屏
Stars: ✭ 1,581 (+572.77%)
Mutual labels:  aria2
Aria2.conf
本项目提供一个不错的 aria2 配置文件,同时提供 Mac OS 下的开机启动并可控的解决方案
Stars: ✭ 163 (-30.64%)
Mutual labels:  aria2
Php Aria2
Talking with aria2 through JSON-RPC
Stars: ✭ 58 (-75.32%)
Mutual labels:  aria2
Thoradia
Thoradia Add-ons Repository
Stars: ✭ 208 (-11.49%)
Mutual labels:  aria2
Aria2
突破百度云限速合集,另外附带Baidu-Go、Tampermonkey、Proxyee-down教程。从此云端女友从不断线,有了这个它,忘掉那个她!
Stars: ✭ 1,796 (+664.26%)
Mutual labels:  aria2
Yaaw
Yet Another Aria2 Webui in pure HTML/CSS/Javascirpt
Stars: ✭ 2,288 (+873.62%)
Mutual labels:  aria2
Aria2.sh
Aria2 一键安装管理脚本 增强版
Stars: ✭ 1,276 (+442.98%)
Mutual labels:  aria2
Aria2 Build Msys2
aria2 build scripts on msys2 with custom patches.
Stars: ✭ 112 (-52.34%)
Mutual labels:  aria2
Javonestop
JAV影片信息刮削工具 保存信息至nfo 上传emby演员图片 115/aria2支持
Stars: ✭ 178 (-24.26%)
Mutual labels:  aria2
Ariang Native
A better aria2 desktop frontend than AriaNg, containing all features of AriaNg and more features for desktop.
Stars: ✭ 1,176 (+400.43%)
Mutual labels:  aria2
Aria2p
Command-line tool and library to interact with an aria2c daemon process with JSON-RPC.
Stars: ✭ 201 (-14.47%)
Mutual labels:  aria2
Torrent To Google Drive Downloader
Simple notebook to stream torrent files to Google Drive using Google Colab and python3.
Stars: ✭ 63 (-73.19%)
Mutual labels:  aria2
Aria2android
An Android app that allows you run aria2 on your device
Stars: ✭ 158 (-32.77%)
Mutual labels:  aria2
Yaaw Zh Hans
中文化的 YAAW http://aria2c.com/
Stars: ✭ 208 (-11.49%)
Mutual labels:  aria2
Aria2d
Aria2 GUI for macOS
Stars: ✭ 205 (-12.77%)
Mutual labels:  aria2
Doubi
一个逗比写的各种逗比脚本~
Stars: ✭ 4,268 (+1716.17%)
Mutual labels:  aria2

Aria2 for Chrome [中文]

Aria2 for chrome is an extension that could export URL to Aria2 to complete download and imports AriaNG as built-in management frontend.

User should download Aria2 utility, run it in the terminal (or cmd) with typing "aria2c --enable-rpc" and enable auto-capture in extension options page, then enjoy the high-speed download experience.

Download Latest Aria2

Features

  1. Auto capture browser download task

    • Capture notification
    • Support magnet link
    • Switch auto-capture by shortcut (Default: Alt+A)
    • Manually set all aria2 options before download
    • Filter task by domain, file extension or file size

    Filter priority: domain > file-ext > file-size, white-list > black-list

  2. Auto select aria2 RPC server by matching presetting download URL pattern

  3. Built-in Aria2 front-end AriaNG, multiple present style: popup, new tab, new window

  4. Synchronize and store all settings on cloud

  5. Support zh-cn/zh-tw/en language

  6. Aria2 download state monitor on badge icon

  7. Export download task by context menu

  8. Receive download request from other extension

  9. Support shortcuts in options page (Save:Alt+S Reset:Alt+R Download:Alt+J Upload:Alt+U)

  10. Auto-Export default RPC setting to AriaNG

Integration

Allow other extensions use this extension as middleware to download file with Aria2.

const downloadItem = {
    url: "https://sample.com/image.jpg",
    filename: "image_from_sample.jpg",
    referrer: "https://sample.com",
    options: { 
        split: "10", // aria2 RPC options here
        xxxxx: "oooo"
    }
}

chrome.runtime.sendMessage(`Aria2 for Chrome extension ID`, downloadItem)

Install

Chrome Web Store

Privacy policy

This extension just captures chrome download task and related website cookies for the user's specific connecting aria2 to download the network resource. Aria2 connection and config information will be just stored locally or uploaded to user's Google cloud by choice. It will never collect any user's personal data, network activity or share it to 3rd party.

License

GPLv3

Aria2-for-Chrome is licensed under GNU General Public License Version 3 or later.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].