Legacy Curseforge

Automatically redirects to the legacy Curseforge website.

Cos'è Legacy Curseforge?

Legacy Curseforge è un'estensione di Chrome sviluppata da WFPhantom, e la sua funzione principale è "Automatically redirects to the legacy Curseforge website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Legacy Curseforge

Scarica i file di estensione Legacy Curseforge 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

                        Automatically redirects to the legacy Curseforge website.                    

Informazioni di Base sull'Estensione

Nome Legacy Curseforge Legacy Curseforge
ID demgedckcknojckmoaijngacegggnpem
URL Ufficiale https://chromewebstore.google.com/detail/legacy-curseforge/demgedckcknojckmoaijngacegggnpem
Descrizione Automatically redirects to the legacy Curseforge website.
Dimensione del File 8.45 KB
Conteggio Installazioni 108
Versione Corrente 1.1
Ultimo Aggiornamento 2023-06-13
Data di Pubblicazione 2023-06-13
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore WFPhantom
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/WFPhantom/legacycf
URL della Pagina di Aiuto https://github.com/WFPhantom/legacycf/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Legacy Curseforge",
    "description": "Automatically redirects to the legacy Curseforge website.",
    "version": "1.1",
    "author": "WFPhantom",
    "action": {
        "default_title": "Legacy Curseforge",
        "default_icon": "nonewcf.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}