CurseForge Download Replacer

Replaces download links from CurseForge.

Co je CurseForge Download Replacer?

CurseForge Download Replacer je rozšíření Chrome vyvinuté Matt Worzala, a jeho hlavní funkcí je „Replaces download links from CurseForge.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CurseForge Download Replacer

Stáhněte si soubory rozšíření CurseForge Download Replacer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název CurseForge Download Replacer CurseForge Download Replacer
ID lncojpmlgohapoccgdognpfjjnaflelm
Oficiální URL https://chromewebstore.google.com/detail/curseforge-download-repla/lncojpmlgohapoccgdognpfjjnaflelm
Popis Replaces download links from CurseForge.
Velikost souboru 13.68 KB
Počet instalací 305
Aktuální Verze 1.0.2
Poslední Aktualizace 2019-07-07
Datum Vydání 2019-07-06
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Matt Worzala
Typ Platby free
Podporované Jazyky 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"
    }
}