Legacy Curseforge

Automatically redirects to the legacy Curseforge website.

Apa itu Legacy Curseforge?

Legacy Curseforge adalah ekstensi Chrome yang dikembangkan oleh WFPhantom, dan fitur utamanya adalah "Automatically redirects to the legacy Curseforge website.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Legacy Curseforge

Unduh file ekstensi Legacy Curseforge dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Automatically redirects to the legacy Curseforge website.                    

Informasi Dasar Ekstensi

Nama Legacy Curseforge Legacy Curseforge
ID demgedckcknojckmoaijngacegggnpem
URL Resmi https://chromewebstore.google.com/detail/legacy-curseforge/demgedckcknojckmoaijngacegggnpem
Deskripsi Automatically redirects to the legacy Curseforge website.
Ukuran File 8.45 KB
Jumlah Instalasi 108
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-06-13
Tanggal Publikasi 2023-06-13
Penilaian 5.00/5 Total 4 Penilaian
Pengembang WFPhantom
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/WFPhantom/legacycf
URL Halaman Bantuan https://github.com/WFPhantom/legacycf/issues
Bahasa yang Didukung 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"
    }
}