CurseForge Download Replacer

Replaces download links from CurseForge.

What is CurseForge Download Replacer?

CurseForge Download Replacer is a Chrome extension developed by Matt Worzala, and its main feature is "Replaces download links from CurseForge.".

Extension Screenshots

screenshot

Download CurseForge Download Replacer Extension CRX File

Download CurseForge Download Replacer 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

                        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.                    

Extension Basic Information

Name CurseForge Download Replacer CurseForge Download Replacer
ID lncojpmlgohapoccgdognpfjjnaflelm
Official URL https://chromewebstore.google.com/detail/curseforge-download-repla/lncojpmlgohapoccgdognpfjjnaflelm
Description Replaces download links from CurseForge.
File Size 13.68 KB
Installation Count 305
Current Version 1.0.2
Last Updated 2019-07-07
Publish Date 2019-07-06
Rating 1.00/5 Total 1 Ratings
Developer Matt Worzala
Payment Type free
Supported Languages 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"
    }
}