Cocoleech Premium Link Generator

Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.

Co je Cocoleech Premium Link Generator?

Cocoleech Premium Link Generator je rozšíření Chrome vyvinuté https://members.cocoleech.com, a jeho hlavní funkcí je „Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cocoleech Premium Link Generator

Stáhněte si soubory rozšíření Cocoleech Premium Link Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Cocoleech is a premium link generator and debrid service that allows you to download your file without waiting. Cocoleech simplifies and accelerates your downloads.

- Right click on any file that you'd like to unrestrict and click "Download with Cocoleech"
- Generate links directly with extension.
- View your user information.                    

Základní Informace o Rozšíření

Název Cocoleech Premium Link Generator Cocoleech Premium Link Generator
ID okdpbpibcgnogphncgdimcpapbineiam
Oficiální URL https://chromewebstore.google.com/detail/cocoleech-premium-link-ge/okdpbpibcgnogphncgdimcpapbineiam
Popis Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.
Velikost souboru 27.43 KB
Počet instalací 1,436
Aktuální Verze 1.0.2
Poslední Aktualizace 2023-01-11
Datum Vydání 2023-01-11
Hodnocení 2.75/5 Celkem 4 Hodnocení
Vývojář https://members.cocoleech.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://members.cocoleech.com
URL Stránky Nápovědy https://members.cocoleech.com/support
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cocoleech Premium Link Generator",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.",
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "popup.html",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "Background.js"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "notifications"
    ],
    "host_permissions": [
        ""
    ]
}