Chrome Extension Downloader (.crx file)
Download Chrome Extension Files directly as .crx or .zip file depending upon your choice
Cos'è Chrome Extension Downloader (.crx file)?
Chrome Extension Downloader (.crx file) è un'estensione di Chrome sviluppata da https://chrome-extension-download.com, e la sua funzione principale è "Download Chrome Extension Files directly as .crx or .zip file depending upon your choice".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Extension Downloader (.crx file)
Scarica i file di estensione Chrome Extension Downloader (.crx file) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
(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.
Informazioni di Base sull'Estensione
Nome | Chrome Extension Downloader (.crx file) |
ID | jkalanhajncaabamcheonncknfabbiaf |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-extension-download/jkalanhajncaabamcheonncknfabbiaf |
Descrizione | Download Chrome Extension Files directly as .crx or .zip file depending upon your choice |
Dimensione del File | 10.13 KB |
Conteggio Installazioni | 371 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-08-08 |
Data di Pubblicazione | 2023-07-19 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | https://chrome-extension-download.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |