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”。

擴展截圖

screenshot

下載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 Yape
ID lbbofcfllogcmffofacfoiolglncdcgb
官方網址 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": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}