Yape
Extension for PyLoad to easily monitor and add downloads
Apa itu Yape?
Yape adalah ekstensi Chrome yang dikembangkan oleh Rémi Rigal, dan fitur utamanya adalah "Extension for PyLoad to easily monitor and add downloads".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Yape
Unduh file ekstensi Yape dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Yape |
ID | lbbofcfllogcmffofacfoiolglncdcgb |
URL Resmi | https://chromewebstore.google.com/detail/yape/lbbofcfllogcmffofacfoiolglncdcgb |
Deskripsi | Extension for PyLoad to easily monitor and add downloads |
Ukuran File | 1.48 MB |
Jumlah Instalasi | 794 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2022-09-11 |
Tanggal Publikasi | 2021-10-09 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Rémi Rigal |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/RemiRigal/Yape |
URL Halaman Bantuan | https://github.com/RemiRigal/Yape |
Bahasa yang Didukung | 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": [ " |