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"
    }
}