Chrome Extension Downloader (.crx file)

Download Chrome Extension Files directly as .crx or .zip file depending upon your choice

Τι είναι το Chrome Extension Downloader (.crx file);

Το Chrome Extension Downloader (.crx file) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chrome-extension-download.com, και η κύρια λειτουργία του είναι "Download Chrome Extension Files directly as .crx or .zip file depending upon your choice".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Chrome Extension Downloader (.crx file)

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

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

                        (1)Download Chrome Extension files directly as .crx or .zip file depending upon your choice.
(2)Extract and view the source code of Chrome Extension files online.

This extension doesn't contain any tracking source code or  ad code. you can also check by downloading the extension using this same extension to check whether any tracking or ad code is injected.

You could either download the extension from google chrome extension web store as zip file or .crx file depending upon your needs.

No need to depend or copy paste the Chrome extension url to another website to download as .crx or zip file.                    

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

Όνομα Chrome Extension Downloader (.crx file) Chrome Extension Downloader (.crx file)
ID jkalanhajncaabamcheonncknfabbiaf
Επίσημο URL https://chromewebstore.google.com/detail/chrome-extension-download/jkalanhajncaabamcheonncknfabbiaf
Περιγραφή Download Chrome Extension Files directly as .crx or .zip file depending upon your choice
Μέγεθος Αρχείου 10.13 KB
Αριθμός Εγκαταστάσεων 371
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-08-08
Ημερομηνία Δημοσίευσης 2023-07-19
Αξιολόγηση 1.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://chrome-extension-download.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Extension Downloader (.crx file)",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Download Chrome Extension Files directly as .crx or .zip file depending upon your choice",
    "host_permissions": [
        "*:\/\/clients2.google.com\/service\/update2\/crx*",
        "*:\/\/clients2.googleusercontent.com\/crx\/download\/*"
    ],
    "permissions": [
        "downloads",
        "tabs",
        "background",
        "declarativeContent"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": {
            "19": "16.png",
            "38": "48.png"
        },
        "default_title": "Inspect contents of the current browser extension",
        "default_popup": "popup.html"
    }
}