CurseForge Download Replacer

Replaces download links from CurseForge.

CurseForge Download Replacerとは何ですか?

CurseForge Download ReplacerはMatt Worzalaによって開発されたChromeの拡張機能で、その主な機能は「Replaces download links from CurseForge.」です。

拡張機能のスクリーンショット

screenshot

CurseForge Download Replacer拡張機能のCRXファイルをダウンロード

CurseForge Download Replacer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This package will do two things: It will change the `Install` url from loading the Twitch client to simply downloading the zip archive of the modpack. It will also make two passes in an attempt to remove ads from modpack pages.

Note: The ad removal is done by removing `iframe` elements from the dom, so if curseforge ever starts using `iframe`s for anything besides ads, this will cause an issue.                    

拡張機能の基本情報

名前 CurseForge Download Replacer CurseForge Download Replacer
ID lncojpmlgohapoccgdognpfjjnaflelm
公式URL https://chromewebstore.google.com/detail/curseforge-download-repla/lncojpmlgohapoccgdognpfjjnaflelm
説明 Replaces download links from CurseForge.
ファイルサイズ 13.68 KB
インストール数 305
現在のバージョン 1.0.2
最終更新日 2019-07-07
公開日 2019-07-06
評価 1.00/5 合計 1 レビュー
開発者 Matt Worzala
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CurseForge Download Replacer",
    "version": "1.0.2",
    "description": "Replaces download links from CurseForge.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.curseforge.com\/minecraft\/modpacks\/*"
            ],
            "js": [
                "replacer.js"
            ]
        }
    ],
    "icons": {
        "512": "img\/logo.png"
    }
}