Warframe (Build to Market)

Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.

ما هو Warframe (Build to Market)؟

Warframe (Build to Market) هو إضافة Chrome تم تطويرها بواسطة seraphx2، والميزة الرئيسية لها هي "Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Warframe (Build to Market)

قم بتنزيل ملفات الامتداد Warframe (Build to Market) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.                    

معلومات أساسية عن التمديد

الاسم Warframe (Build to Market) Warframe (Build to Market)
ID plbngeoedhogdbghamflgcackmfabcjh
عنوان URL الرسمي https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh
الوصف Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.
حجم الملف 18.27 KB
عدد التثبيتات 60
النسخة الحالية 1.0.0
آخر تحديث 2022-12-22
تاريخ النشر 2022-12-22
المطور seraphx2
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Warframe (Build to Market)",
    "version": "1.0.0",
    "description": "Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.",
    "icons": {
        "48": "logo.png",
        "96": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.overframe.gg\/build\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.overframe.gg\/build\/new\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}