CurseForge Download Replacer

Replaces download links from CurseForge.

CurseForge Download Replacer là gì?

CurseForge Download Replacer là một tiện ích mở rộng Chrome được phát triển bởi Matt Worzala, và tính năng chính của nó là "Replaces download links from CurseForge.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CurseForge Download Replacer

Tải xuống các tệp mở rộng CurseForge Download Replacer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CurseForge Download Replacer CurseForge Download Replacer
ID lncojpmlgohapoccgdognpfjjnaflelm
URL Chính Thức https://chromewebstore.google.com/detail/curseforge-download-repla/lncojpmlgohapoccgdognpfjjnaflelm
Mô tả Replaces download links from CurseForge.
Kích Thước Tệp 13.68 KB
Số Lần Cài Đặt 305
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-07-07
Ngày Phát Hành 2019-07-06
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Matt Worzala
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}