Yape
Extension for PyLoad to easily monitor and add downloads
Yape là gì?
Yape là một tiện ích mở rộng Chrome được phát triển bởi Rémi Rigal, và tính năng chính của nó là "Extension for PyLoad to easily monitor and add downloads".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Yape
Tải xuống các tệp mở rộng Yape dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Yape |
ID | lbbofcfllogcmffofacfoiolglncdcgb |
URL Chính Thức | https://chromewebstore.google.com/detail/yape/lbbofcfllogcmffofacfoiolglncdcgb |
Mô tả | Extension for PyLoad to easily monitor and add downloads |
Kích Thước Tệp | 1.48 MB |
Số Lần Cài Đặt | 794 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2022-09-11 |
Ngày Phát Hành | 2021-10-09 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Rémi Rigal |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/RemiRigal/Yape |
URL Trang Trợ Giúp | https://github.com/RemiRigal/Yape |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |