CurseForge Download Replacer
Replaces download links from CurseForge.
Apa itu CurseForge Download Replacer?
CurseForge Download Replacer adalah ekstensi Chrome yang dikembangkan oleh Matt Worzala, dan fitur utamanya adalah "Replaces download links from CurseForge.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CurseForge Download Replacer
Unduh file ekstensi CurseForge Download Replacer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | CurseForge Download Replacer |
ID | lncojpmlgohapoccgdognpfjjnaflelm |
URL Resmi | https://chromewebstore.google.com/detail/curseforge-download-repla/lncojpmlgohapoccgdognpfjjnaflelm |
Deskripsi | Replaces download links from CurseForge. |
Ukuran File | 13.68 KB |
Jumlah Instalasi | 305 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2019-07-07 |
Tanggal Publikasi | 2019-07-06 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Matt Worzala |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |