https://github.com/4rknova/autopyload
A simple Chrome extension to automatically add current url in a PyLoad server queue.
https://github.com/4rknova/autopyload
chrome pyload
Last synced: about 2 months ago
JSON representation
A simple Chrome extension to automatically add current url in a PyLoad server queue.
- Host: GitHub
- URL: https://github.com/4rknova/autopyload
- Owner: 4rknova
- License: mit
- Created: 2025-04-15T00:57:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-03T00:07:13.000Z (3 months ago)
- Last Synced: 2026-04-03T10:40:02.390Z (3 months ago)
- Topics: chrome, pyload
- Language: JavaScript
- Homepage:
- Size: 473 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AutoPyLoad
A lightweight Chrome extension that lets you quickly send the current URL to your PyLoad server.

## Features
- Instantly add the current URL to your PyLoad queue
- View history of added urls.
- Clear history of added urls.
- Configure PyLoad server url and credentials.
## Building
To build the extension, use the provided Makefile:
```bash
make build
```
## Installation
### Chrome Web Store
Available now on the [Chrome Web Store](https://chromewebstore.google.com/detail/autopyload/ilcjfjpgoaeggpalbjbfiacnedimkodm)
### Manual from Source
1. Clone this repository.
2. Open Chrome and go to chrome://extensions/.
3. Enable "Developer mode".
4. Click 'Load unpacked' and select the project folder.
## How to use
1. Open the AutoPyLoad extension from the Chrome extensions menu.
2. Click the 'cog' icon to set your PyLoad server URL and API key.
3. Click the 'history' icon to view your URL history.
4. Use the 'add' button to queue the current tab’s URL.
5. Optionally, visit your PyLoad dashboard to confirm the URL has been added.
## License
Licensed under the [MIT License](LICENSE).