Yape

Extension for PyLoad to easily monitor and add downloads

Yape क्या है?

Yape Rémi Rigal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for PyLoad to easily monitor and add downloads"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yape एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}