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
公式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
Eメール [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
}