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) https://chrome-extension-download.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download Chrome Extension Files directly as .crx or .zip file depending upon your choice"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome Extension Downloader (.crx file) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        (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"
    }
}