Legacy Curseforge
Automatically redirects to the legacy Curseforge website.
什么是Legacy Curseforge?
Legacy Curseforge是由WFPhantom开发的Chrome扩展程序,该扩展的主要功能是“Automatically redirects to the legacy Curseforge website.”。
扩展截图
下载Legacy Curseforge扩展crx文件
下载Legacy Curseforge扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically redirects to the legacy Curseforge website.
扩展基本信息
名称 | 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 |
帮助页面URL | 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" } } |