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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}