Cocoleech Premium Link Generator

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

Co to jest Cocoleech Premium Link Generator?

Cocoleech Premium Link Generator to rozszerzenie Chrome opracowane przez https://members.cocoleech.com, a jego główną funkcją jest „Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cocoleech Premium Link Generator

Pobierz pliki rozszerzeń Cocoleech Premium Link Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cocoleech Premium Link Generator Cocoleech Premium Link Generator
ID okdpbpibcgnogphncgdimcpapbineiam
Oficjalny URL https://chromewebstore.google.com/detail/cocoleech-premium-link-ge/okdpbpibcgnogphncgdimcpapbineiam
Opis Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.
Rozmiar pliku 27.43 KB
Liczba instalacji 1,436
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-01-11
Data Publikacji 2023-01-11
Ocena 2.75/5 Łącznie 4 Oceny
Deweloper https://members.cocoleech.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://members.cocoleech.com
Adres URL Strony Pomocy https://members.cocoleech.com/support
Obsługiwane Języki 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": [
        ""
    ]
}