CurseForge Download Replacer

Replaces download links from CurseForge.

CurseForge Download Replacerคืออะไร?

CurseForge Download Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matt Worzala และคุณลักษณะหลักของมันคือ "Replaces download links from CurseForge."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 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"
    }
}