CurseForge Download Replacer
Replaces download links from CurseForge.
Cos'è CurseForge Download Replacer?
CurseForge Download Replacer è un'estensione di Chrome sviluppata da Matt Worzala, e la sua funzione principale è "Replaces download links from CurseForge.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CurseForge Download Replacer
Scarica i file di estensione CurseForge Download Replacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CurseForge Download Replacer |
ID | lncojpmlgohapoccgdognpfjjnaflelm |
URL Ufficiale | https://chromewebstore.google.com/detail/curseforge-download-repla/lncojpmlgohapoccgdognpfjjnaflelm |
Descrizione | Replaces download links from CurseForge. |
Dimensione del File | 13.68 KB |
Conteggio Installazioni | 305 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2019-07-07 |
Data di Pubblicazione | 2019-07-06 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Matt Worzala |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |