Giter Club home page Giter Club logo

aria2-for-chrome's Introduction

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.

aria2-for-chrome's People

Contributors

alexhua avatar felipegrijo avatar harshithmohan avatar tofuliang avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.