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