Legacy Curseforge

Automatically redirects to the legacy Curseforge website.

ما هو Legacy Curseforge؟

Legacy Curseforge هو إضافة Chrome تم تطويرها بواسطة WFPhantom، والميزة الرئيسية لها هي "Automatically redirects to the legacy Curseforge website.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Legacy Curseforge

قم بتنزيل ملفات الامتداد Legacy Curseforge بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Automatically redirects to the legacy Curseforge website.                    

معلومات أساسية عن التمديد

الاسم Legacy Curseforge Legacy Curseforge
ID demgedckcknojckmoaijngacegggnpem
عنوان URL الرسمي https://chromewebstore.google.com/detail/legacy-curseforge/demgedckcknojckmoaijngacegggnpem
الوصف Automatically redirects to the legacy Curseforge website.
حجم الملف 8.45 KB
عدد التثبيتات 108
النسخة الحالية 1.1
آخر تحديث 2023-06-13
تاريخ النشر 2023-06-13
تقييم 5.00/5 مجموع تقييمات 4
المطور WFPhantom
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/WFPhantom/legacycf
عنوان صفحة المساعدة https://github.com/WFPhantom/legacycf/issues
اللغات المدعومة 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"
    }
}