Custom whispers for warframe.market

Custom whispers for warframe.market

Wat is Custom whispers for warframe.market?

Custom whispers for warframe.market is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Custom whispers for warframe.market".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Custom whispers for warframe.market

Download Custom whispers for warframe.market-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Custom whispers for warframe.market Custom whispers for warframe.market
ID haefcnjphcjocfglgpckndmhnelmmone
Officiële URL https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone
Beschrijving Custom whispers for warframe.market
Bestandsgrootte 41.59 KB
Aantal Installaties 21
Huidige Versie 1.0
Laatst Bijgewerkt 2018-02-24
Publicatiedatum 2018-02-24
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}