CurseForge Download Replacer
Replaces download links from CurseForge.
什麼是CurseForge Download Replacer?
CurseForge Download Replacer是由Matt Worzala開發的Chrome擴展程式,該擴展的主要功能是“Replaces download links from CurseForge.”。
擴展截圖
下載CurseForge Download Replacer擴展crx文件
下載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 |
官方網址 | 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" } } |