Custom whispers for warframe.market

Custom whispers for warframe.market

Hvad er Custom whispers for warframe.market?

Custom whispers for warframe.market er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Custom whispers for warframe.market".

Udvidelsesskærmbilleder

screenshot

Download Custom whispers for warframe.market-udvidelses-CRX-fil

Download Custom whispers for warframe.market-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Custom whispers for warframe.market Custom whispers for warframe.market
ID haefcnjphcjocfglgpckndmhnelmmone
Officiel URL https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone
Beskrivelse Custom whispers for warframe.market
Filstørrelse 41.59 KB
Antal Installationer 21
Nuværende Version 1.0
Senest Opdateret 2018-02-24
Udgivelsesdato 2018-02-24
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}