Custom whispers for warframe.market

Custom whispers for warframe.market

Apa itu Custom whispers for warframe.market?

Custom whispers for warframe.market adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Custom whispers for warframe.market".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Custom whispers for warframe.market

Unduh file ekstensi Custom whispers for warframe.market dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Custom whispers for warframe.market Custom whispers for warframe.market
ID haefcnjphcjocfglgpckndmhnelmmone
URL Resmi https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone
Deskripsi Custom whispers for warframe.market
Ukuran File 41.59 KB
Jumlah Instalasi 21
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-02-24
Tanggal Publikasi 2018-02-24
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}