Custom whispers for warframe.market
Custom whispers for warframe.market
Custom whispers for warframe.marketとは何ですか?
Custom whispers for warframe.marketはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Custom whispers for warframe.market」です。
拡張機能のスクリーンショット
Custom whispers for warframe.market拡張機能のCRXファイルをダウンロード
Custom whispers for warframe.market拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | Custom whispers for warframe.market |
ID | haefcnjphcjocfglgpckndmhnelmmone |
公式URL | https://chromewebstore.google.com/detail/custom-whispers-for-warfr/haefcnjphcjocfglgpckndmhnelmmone |
説明 | Custom whispers for warframe.market |
ファイルサイズ | 41.59 KB |
インストール数 | 21 |
現在のバージョン | 1.0 |
最終更新日 | 2018-02-24 |
公開日 | 2018-02-24 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | 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" ] } ] } |