Yape
Extension for PyLoad to easily monitor and add downloads
Was ist Yape?
Yape ist eine Chrome-Erweiterung, die von Rémi Rigal entwickelt wurde, und ihr Hauptmerkmal ist "Extension for PyLoad to easily monitor and add downloads".
Erweiterungsscreenshots
Yape-Erweiterungs-CRX-Datei herunterladen
Laden Sie Yape-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lbbofcfllogcmffofacfoiolglncdcgb |
| Offizielle URL | https://chromewebstore.google.com/detail/yape/lbbofcfllogcmffofacfoiolglncdcgb |
| Beschreibung | Extension for PyLoad to easily monitor and add downloads |
| Dateigröße | 1.48 MB |
| Installationsanzahl | 794 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2022-09-11 |
| Veröffentlichungsdatum | 2021-10-09 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | Rémi Rigal |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/RemiRigal/Yape |
| Hilfeseite URL | https://github.com/RemiRigal/Yape |
| Unterstützte Sprachen | 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": [
" | |