CurseForge Download Replacer
Replaces download links from CurseForge.
Qu'est-ce que CurseForge Download Replacer ?
CurseForge Download Replacer est une extension Chrome développée par Matt Worzala, et sa fonction principale est "Replaces download links from CurseForge.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CurseForge Download Replacer
Téléchargez les fichiers d'extension CurseForge Download Replacer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CurseForge Download Replacer |
ID | lncojpmlgohapoccgdognpfjjnaflelm |
URL Officiel | https://chromewebstore.google.com/detail/curseforge-download-repla/lncojpmlgohapoccgdognpfjjnaflelm |
Description | Replaces download links from CurseForge. |
Taille du Fichier | 13.68 KB |
Nombre d'Installations | 305 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2019-07-07 |
Date de Publication | 2019-07-06 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Matt Worzala |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |