Custom whispers for warframe.market

Custom whispers for warframe.market

Was ist Custom whispers for warframe.market?

Custom whispers for warframe.market ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Custom whispers for warframe.market".

Erweiterungsscreenshots

screenshot

Custom whispers for warframe.market-Erweiterungs-CRX-Datei herunterladen

Laden Sie Custom whispers for warframe.market-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Custom whispers for warframe.market Custom whispers for warframe.market
ID haefcnjphcjocfglgpckndmhnelmmone
Offizielle URL https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone
Beschreibung Custom whispers for warframe.market
Dateigröße 41.59 KB
Installationsanzahl 21
Aktuelle Version 1.0
Letztes Update 2018-02-24
Veröffentlichungsdatum 2018-02-24
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}