CurseForge Download Replacer
Replaces download links from CurseForge.
Co to jest CurseForge Download Replacer?
CurseForge Download Replacer to rozszerzenie Chrome opracowane przez Matt Worzala, a jego główną funkcją jest „Replaces download links from CurseForge.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CurseForge Download Replacer
Pobierz pliki rozszerzeń CurseForge Download Replacer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | CurseForge Download Replacer |
ID | lncojpmlgohapoccgdognpfjjnaflelm |
Oficjalny URL | https://chromewebstore.google.com/detail/curseforge-download-repla/lncojpmlgohapoccgdognpfjjnaflelm |
Opis | Replaces download links from CurseForge. |
Rozmiar pliku | 13.68 KB |
Liczba instalacji | 305 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2019-07-07 |
Data Publikacji | 2019-07-06 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Matt Worzala |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |