Cocoleech Premium Link Generator

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

Что такое Cocoleech Premium Link Generator?

Cocoleech Premium Link Generator - это расширение Chrome, разработанное https://members.cocoleech.com, и его основная функция - "Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Cocoleech Premium Link Generator

Скачайте файлы расширений Cocoleech Premium Link Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Cocoleech Premium Link Generator Cocoleech Premium Link Generator
ID okdpbpibcgnogphncgdimcpapbineiam
Официальный URL https://chromewebstore.google.com/detail/cocoleech-premium-link-ge/okdpbpibcgnogphncgdimcpapbineiam
Описание Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.
Размер файла 27.43 KB
Количество установок 1,436
Текущая Версия 1.0.2
Последнее Обновление 2023-01-11
Дата публикации 2023-01-11
Рейтинг 2.75/5 Всего 4 оценок
Разработчик https://members.cocoleech.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://members.cocoleech.com
URL страницы помощи https://members.cocoleech.com/support
Поддерживаемые языки 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": [
        ""
    ]
}