Yape
Extension for PyLoad to easily monitor and add downloads
What is Yape?
Yape is a Chrome extension developed by Rémi Rigal, and its main feature is "Extension for PyLoad to easily monitor and add downloads".
Extension Screenshots
Download Yape Extension CRX File
Download Yape extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Yape stands for Yet Another PyLoad Extension. It's a dead simple browser extension for monitoring and easily adding downloads to a PyLoad server. Features: - One-click download - Monitor current downloads - Monitor global bandwidth usage & one-click speed limiter - Context menu downloads
Extension Basic Information
Name | Yape |
ID | lbbofcfllogcmffofacfoiolglncdcgb |
Official URL | https://chromewebstore.google.com/detail/yape/lbbofcfllogcmffofacfoiolglncdcgb |
Description | Extension for PyLoad to easily monitor and add downloads |
File Size | 1.48 MB |
Installation Count | 794 |
Current Version | 1.1.2 |
Last Updated | 2022-09-11 |
Publish Date | 2021-10-09 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Rémi Rigal |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/RemiRigal/Yape |
Help Page URL | https://github.com/RemiRigal/Yape |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yape", "version": "1.1.2", "description": "Extension for PyLoad to easily monitor and add downloads", "permissions": [ "activeTab", "storage", "contextMenus", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "options_page": "options.html", "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "js\/lib\/toastr.min.js", "js\/lib\/jquery-3.5.1.min.js", "css\/toastr.min.css" ], "matches": [ " |