Custom whispers for warframe.market

Custom whispers for warframe.market

ما هو Custom whispers for warframe.market؟

Custom whispers for warframe.market هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Custom whispers for warframe.market".

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

screenshot

تحميل ملف CRX للإضافة Custom whispers for warframe.market

قم بتنزيل ملفات الامتداد Custom whispers for warframe.market بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Allows you to swap out warframe.market's usual sell/buy message for one of your own. Click the extension on the top bar to show the config panel and start customising your message.

Tags can be used to automagically insert data from your chosen order into your message, the config panel will give more detail on these. If you can't identify what a tag does right away, play around with the preview box and hopefully it will all make sense!                    

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

الاسم Custom whispers for warframe.market Custom whispers for warframe.market
ID haefcnjphcjocfglgpckndmhnelmmone
عنوان URL الرسمي https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone
الوصف Custom whispers for warframe.market
حجم الملف 41.59 KB
عدد التثبيتات 21
النسخة الحالية 1.0
آخر تحديث 2018-02-24
تاريخ النشر 2018-02-24
تقييم 1.00/5 مجموع تقييمات 1
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom whispers for warframe.market",
    "description": "Custom whispers for warframe.market",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/warframe.market\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "utils.js",
                "inject.js"
            ]
        }
    ]
}