Cocoleech Premium Link Generator

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

Cos'è Cocoleech Premium Link Generator?

Cocoleech Premium Link Generator è un'estensione di Chrome sviluppata da https://members.cocoleech.com, e la sua funzione principale è "Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cocoleech Premium Link Generator

Scarica i file di estensione Cocoleech Premium Link Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cocoleech Premium Link Generator Cocoleech Premium Link Generator
ID okdpbpibcgnogphncgdimcpapbineiam
URL Ufficiale https://chromewebstore.google.com/detail/cocoleech-premium-link-ge/okdpbpibcgnogphncgdimcpapbineiam
Descrizione Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.
Dimensione del File 27.43 KB
Conteggio Installazioni 1,436
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-01-11
Data di Pubblicazione 2023-01-11
Valutazione 2.75/5 Totale 4 Valutazioni
Sviluppatore https://members.cocoleech.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://members.cocoleech.com
URL della Pagina di Aiuto https://members.cocoleech.com/support
Lingue Supportate 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": [
        ""
    ]
}