CRX Extractor/Downloader

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

CRX Extractor/Downloader क्या है?

CRX Extractor/Downloader https://thebyteseffect.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download CRX Files directly as crx or zip file depending upon your choice"।

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

screenshot
screenshot

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

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

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

                        Download Chrome extension crx files  from google chrome extension store using this extension.

## The source code of the extension is available here https://github.com/tonystark93/crx-download 
## 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 webstore 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.

CRX to ZIP conversion helps users to convert from crx to zip file formats                    

एक्सटेंशन की मूल जानकारी

नाम CRX Extractor/Downloader CRX Extractor/Downloader
ID ajkhmmldknmfjnmeedkbkkojgobmljda
आधिकारिक URL https://chromewebstore.google.com/detail/crx-extractordownloader/ajkhmmldknmfjnmeedkbkkojgobmljda
विवरण Download CRX Files directly as crx or zip file depending upon your choice
फ़ाइल का आकार 17.74 KB
स्थापना संख्या 81,081
वर्तमान संस्करण 1.5.7
अंतिम अपडेट 2023-10-05
प्रकाशन तिथि 2019-04-26
रेटिंग 4.35/5 कुल 423 रेटिंग्स
डेवलपर https://thebyteseffect.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CRX Extractor\/Downloader",
    "version": "1.5.7",
    "manifest_version": 2,
    "description": "Download CRX Files directly as crx or zip file depending upon your choice",
    "permissions": [
        "downloads",
        "contextMenus",
        "activeTab",
        "*:\/\/clients2.google.com\/service\/update2\/crx*",
        "*:\/\/clients2.googleusercontent.com\/crx\/download\/*",
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    }
}