Yape

Extension for PyLoad to easily monitor and add downloads

Wat is Yape?

Yape is een Chrome-extensie ontwikkeld door Rémi Rigal, en de belangrijkste functie is "Extension for PyLoad to easily monitor and add downloads".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Yape

Download Yape-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Yape Yape
ID lbbofcfllogcmffofacfoiolglncdcgb
Officiële URL https://chromewebstore.google.com/detail/yape/lbbofcfllogcmffofacfoiolglncdcgb
Beschrijving Extension for PyLoad to easily monitor and add downloads
Bestandsgrootte 1.48 MB
Aantal Installaties 794
Huidige Versie 1.1.2
Laatst Bijgewerkt 2022-09-11
Publicatiedatum 2021-10-09
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Rémi Rigal
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/RemiRigal/Yape
Help Pagina-URL https://github.com/RemiRigal/Yape
Ondersteunde Talen 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
}