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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |