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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}