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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |