CRX Downloader or zip

Download CRX Files directly as crx or zip file depending upon your choice

Τι είναι το CRX Downloader or zip;

Το CRX Downloader or zip είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον clsyy411, και η κύρια λειτουργία του είναι "Download CRX Files directly as crx or zip file depending upon your choice".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CRX Downloader or zip

Λήψη αρχείων επέκτασης CRX Downloader or zip σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Introducing "Universal CRX Downloader/Compression Assistant" – Your All-in-One Solution for Chrome Extensions!

Have you ever wanted to explore the inner workings of Chrome extensions without the hassle of installing them? Look no further! Our browser plugin, aptly named "Universal CRX Downloader/Compression Assistant," takes your extension experience to the next level.

**Key Features:**

🔍 **Explore Without Installation:**
   - View the source code of any Chrome extension on the Chrome Web Store without installing it.
   - No need to browse through the code – we offer a sleek, user-friendly interface.

📥 **Effortless Downloads:**
   - Download extensions as convenient zip files with just a click.
   - Seamlessly convert CRX to zip for easy sharing and storage.
   - Accessible via the Edge Extension Store – download with ease!

🌈 **Enhanced Viewing Experience:**
   - File name/type filters for efficient code exploration.
   - Search within file content using literal or regexp queries.
   - Automatic code beautification for a clean, organized display.
   - Syntax highlighting for improved readability.
   - Image previews and support for embedded zip files.

🚀 **Advanced Functionality:**
   - View source of platform-specific extensions, including Chrome OS-only extensions or NaCl for different architectures.
   - Permalink to specific files and search results within zip or extension files.
   - Full incognito mode support for a private browsing experience.

🔐 **Technical Insights:**
   - Display hashes (md5, sha1, sha256, sha384, sha512) of individual files.
   - Output public key and extension ID for a comprehensive understanding.

**Optional Features:**
   - Explore Opera 15+, Edge, Firefox, and Thunderbird extensions with ease.
   - Context menu integration for a seamless browsing experience.
   - Access source code for Chrome extensions outside the web store.

Unlock the potential of Chrome extensions with our "Universal CRX Downloader/Compression Assistant." Whether you're a developer seeking insights or a curious user eager to peek behind the scenes, our plugin empowers you with unparalleled functionality. Download now and elevate your browser experience!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CRX Downloader or zip CRX Downloader or zip
ID kiedfioieilihdlgcjhlakfcckhdbaif
Επίσημο URL https://chromewebstore.google.com/detail/crx-downloader-or-zip/kiedfioieilihdlgcjhlakfcckhdbaif
Περιγραφή Download CRX Files directly as crx or zip file depending upon your choice
Μέγεθος Αρχείου 506 KB
Αριθμός Εγκαταστάσεων 116
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-12-02
Ημερομηνία Δημοσίευσης 2023-12-02
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής clsyy411
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDes__",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "downloads",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/clients2.google.com\/service\/update2\/crx*",
        "*:\/\/clients2.googleusercontent.com\/crx\/download\/*"
    ],
    "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/crxDownloader\/kiedfioieilihdlgcjhlakfcckhdbaif"
}