Legacy Curseforge

Automatically redirects to the legacy Curseforge website.

Legacy Curseforge là gì?

Legacy Curseforge là một tiện ích mở rộng Chrome được phát triển bởi WFPhantom, và tính năng chính của nó là "Automatically redirects to the legacy Curseforge website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Legacy Curseforge

Tải xuống các tệp mở rộng Legacy Curseforge dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Automatically redirects to the legacy Curseforge website.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Legacy Curseforge Legacy Curseforge
ID demgedckcknojckmoaijngacegggnpem
URL Chính Thức https://chromewebstore.google.com/detail/legacy-curseforge/demgedckcknojckmoaijngacegggnpem
Mô tả Automatically redirects to the legacy Curseforge website.
Kích Thước Tệp 8.45 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-06-13
Ngày Phát Hành 2023-06-13
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển WFPhantom
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/WFPhantom/legacycf
URL Trang Trợ Giúp https://github.com/WFPhantom/legacycf/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}