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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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