Get CRX

Get source .crx extension file of any Chrome extension

Cos'è Get CRX?

Get CRX è un'estensione di Chrome sviluppata da https://adamcarbonell.com, e la sua funzione principale è "Get source .crx extension file of any Chrome extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Get CRX

Scarica i file di estensione Get CRX 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

                        *Now working on both old and new Chrome Web Stores*

Instantly get .crx source file of any free Chrome extension via right click context menu.                    

Informazioni di Base sull'Estensione

Nome Get CRX Get CRX
ID dijpllakibenlejkbajahncialkbdkjc
URL Ufficiale https://chromewebstore.google.com/detail/get-crx/dijpllakibenlejkbajahncialkbdkjc
Descrizione Get source .crx extension file of any Chrome extension
Dimensione del File 9.7 KB
Conteggio Installazioni 29,039
Versione Corrente 1.51
Ultimo Aggiornamento 2023-11-18
Data di Pubblicazione 2020-03-09
Valutazione 4.41/5 Totale 80 Valutazioni
Sviluppatore https://adamcarbonell.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://adamcarbonell.com/policy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "bg.js"
    },
    "description": "Get source .crx extension file of any Chrome extension",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 3,
    "name": "Get CRX",
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/chrome.google.com\/webstore\/detail\/",
        "https:\/\/chromewebstore.google.com\/detail\/"
    ],
    "version": "1.51"
}