Skip to content

Commit

Permalink
Updated screenshots and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Rigal committed Sep 23, 2021
1 parent f857916 commit 50fea2e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
# PyLoad Assistant - Chrome Extension
# Yape - Chrome Extension

This is a Chrome extension to monitor and easily add downloads to a [PyLoad](https://github.com/pyload/pyload) server.
Yape stands for **Yet Another PyLoad Extension**. It's a dead simple Chrome extension for monitoring and easily adding downloads to a [PyLoad](https://github.com/pyload/pyload) server.

Features:
- One-click download
- Monitor current downloads
- Monitor global bandwidth usage & one-click speed limiter

## Usage

First makes sure that the IP address and the port of the `PyLoad` server are correctly set in the option page, as well as the user credentials.
These data will only be stored locally using the Chrome storage feature.
Go to the option page by clicking on the `settings` icon and fill the IP address and the port of the `PyLoad` server. Click `Save` and then `Login` to enter your credentials.

The current downloads are available from anywhere.
> Note: The credentials are not stored on the browser, only the session cookie.
The current downloads are always displayed.
If the current active tab has a downloadable file, an extra panel will be displayed with a button to start the download.


## Screenshots

![Screenshot1](images/screenshot-1.png)
![Screenshot2](images/popup-1.png)

![Screenshot2](images/screenshot-2.png)
![Screenshot3](images/popup-2.png)

![Screenshot3](images/screenshot-3.png)
![Screenshot1](images/fullscreen.png)
Binary file added images/fullscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/popup-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/popup-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/screenshot-1.png
Binary file not shown.
Binary file removed images/screenshot-2.png
Binary file not shown.
Binary file removed images/screenshot-3.png
Binary file not shown.

0 comments on commit 50fea2e

Please sign in to comment.