CurseForge Download Replacer
Replaces download links from CurseForge.
Τι είναι το CurseForge Download Replacer;
Το CurseForge Download Replacer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Matt Worzala, και η κύρια λειτουργία του είναι "Replaces download links from CurseForge.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CurseForge Download Replacer
Λήψη αρχείων επέκτασης CurseForge Download Replacer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | CurseForge Download Replacer |
ID | lncojpmlgohapoccgdognpfjjnaflelm |
Επίσημο URL | https://chromewebstore.google.com/detail/curseforge-download-repla/lncojpmlgohapoccgdognpfjjnaflelm |
Περιγραφή | Replaces download links from CurseForge. |
Μέγεθος Αρχείου | 13.68 KB |
Αριθμός Εγκαταστάσεων | 305 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2019-07-07 |
Ημερομηνία Δημοσίευσης | 2019-07-06 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Matt Worzala |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |