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是由https://members.cocoleech.com开发的Chrome扩展程序,该扩展的主要功能是“Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.”。

扩展截图

screenshot

下载Cocoleech Premium Link Generator扩展crx文件

下载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": [
        ""
    ]
}