Custom whispers for warframe.market

Custom whispers for warframe.market

Co to jest Custom whispers for warframe.market?

Custom whispers for warframe.market to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Custom whispers for warframe.market”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Custom whispers for warframe.market

Pobierz pliki rozszerzeń Custom whispers for warframe.market w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Custom whispers for warframe.market Custom whispers for warframe.market
ID haefcnjphcjocfglgpckndmhnelmmone
Oficjalny URL https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone
Opis Custom whispers for warframe.market
Rozmiar pliku 41.59 KB
Liczba instalacji 21
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-02-24
Data Publikacji 2018-02-24
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}