Yape
Extension for PyLoad to easily monitor and add downloads
什么是Yape?
Yape是由Rémi Rigal开发的Chrome扩展程序,该扩展的主要功能是“Extension for PyLoad to easily monitor and add downloads”。
扩展截图
下载Yape扩展crx文件
下载Yape扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Yape |
ID | lbbofcfllogcmffofacfoiolglncdcgb |
官方URL | https://chromewebstore.google.com/detail/yape/lbbofcfllogcmffofacfoiolglncdcgb |
简介 | Extension for PyLoad to easily monitor and add downloads |
文件大小 | 1.48 MB |
安装次数 | 794 |
当前版本 | 1.1.2 |
更新时间 | 2022-09-11 |
上架时间 | 2021-10-09 |
评分 | 5.00/5 共5次评分 |
开发者 | Rémi Rigal |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/RemiRigal/Yape |
帮助页面URL | https://github.com/RemiRigal/Yape |
支持的语言 | 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": [ " |