Legacy Curseforge

Automatically redirects to the legacy Curseforge website.

What is Legacy Curseforge?

Legacy Curseforge is a Chrome extension developed by WFPhantom, and its main feature is "Automatically redirects to the legacy Curseforge website.".

Extension Screenshots

screenshot

Download Legacy Curseforge Extension CRX File

Download Legacy Curseforge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Automatically redirects to the legacy Curseforge website.                    

Extension Basic Information

Name Legacy Curseforge Legacy Curseforge
ID demgedckcknojckmoaijngacegggnpem
Official URL https://chromewebstore.google.com/detail/legacy-curseforge/demgedckcknojckmoaijngacegggnpem
Description Automatically redirects to the legacy Curseforge website.
File Size 8.45 KB
Installation Count 108
Current Version 1.1
Last Updated 2023-06-13
Publish Date 2023-06-13
Rating 5.00/5 Total 4 Ratings
Developer WFPhantom
Email [email protected]
Payment Type free
Extension Website https://github.com/WFPhantom/legacycf
Help Page URL https://github.com/WFPhantom/legacycf/issues
Supported Languages 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"
    }
}