CurseForge Download Replacer
Replaces download links from CurseForge.
Wat is CurseForge Download Replacer?
CurseForge Download Replacer is een Chrome-extensie ontwikkeld door Matt Worzala, en de belangrijkste functie is "Replaces download links from CurseForge.".
Extensie Screenshots
Download het CRX-bestand van de extensie CurseForge Download Replacer
Download CurseForge Download Replacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CurseForge Download Replacer |
ID | lncojpmlgohapoccgdognpfjjnaflelm |
Officiële URL | https://chromewebstore.google.com/detail/curseforge-download-repla/lncojpmlgohapoccgdognpfjjnaflelm |
Beschrijving | Replaces download links from CurseForge. |
Bestandsgrootte | 13.68 KB |
Aantal Installaties | 305 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2019-07-07 |
Publicatiedatum | 2019-07-06 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Matt Worzala |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |