Yape

Extension for PyLoad to easily monitor and add downloads

Vad är Yape?

Yape är en Chrome-tillägg utvecklad av Rémi Rigal, och dess huvudfunktion är "Extension for PyLoad to easily monitor and add downloads".

Tilläggsskärmbilder

screenshot

Ladda ner Yape-förlängningens CRX-fil

Ladda ner Yape-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Yape Yape
ID lbbofcfllogcmffofacfoiolglncdcgb
Officiell webbadress https://chromewebstore.google.com/detail/yape/lbbofcfllogcmffofacfoiolglncdcgb
Beskrivning Extension for PyLoad to easily monitor and add downloads
Filstorlek 1.48 MB
Antal Installationer 794
Aktuell Version 1.1.2
Senast Uppdaterad 2022-09-11
Publiceringsdatum 2021-10-09
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Rémi Rigal
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/RemiRigal/Yape
Hjälpsida URL https://github.com/RemiRigal/Yape
Stödda Språk 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
}