Cocoleech Premium Link Generator

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

What is Cocoleech Premium Link Generator?

Cocoleech Premium Link Generator is a Chrome extension developed by https://members.cocoleech.com, and its main feature is "Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.".

Extension Screenshots

screenshot

Download Cocoleech Premium Link Generator Extension CRX File

Download Cocoleech Premium Link Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cocoleech Premium Link Generator Cocoleech Premium Link Generator
ID okdpbpibcgnogphncgdimcpapbineiam
Official URL https://chromewebstore.google.com/detail/cocoleech-premium-link-ge/okdpbpibcgnogphncgdimcpapbineiam
Description Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.
File Size 27.43 KB
Installation Count 1,436
Current Version 1.0.2
Last Updated 2023-01-11
Publish Date 2023-01-11
Rating 2.75/5 Total 4 Ratings
Developer https://members.cocoleech.com
Email [email protected]
Payment Type free
Extension Website https://members.cocoleech.com
Help Page URL https://members.cocoleech.com/support
Supported Languages 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": [
        ""
    ]
}