Steam Market Extended
View additional details about items such as candle graphs, indicator lines, and many more features!
What is Steam Market Extended?
Steam Market Extended is a Chrome extension developed by http://skilledtra.de, and its main feature is "View additional details about items such as candle graphs, indicator lines, and many more features!".
Extension Screenshots
Download Steam Market Extended Extension CRX File
Download Steam Market Extended extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension of the steam market:
View line and candlestick charts
Generate SMA, EMA, RSI, and ATR lines
Demo: http://skilledtra.de/chartdemo
Donate: http://skilledtra.de/donate
Source: https://github.com/AcornEyes/SteamMarketExtender Extension Basic Information
| Name | |
| ID | djmpjhobbpaljlpbalflmbmamkflnpdf |
| Official URL | https://chrome.google.com/webstore/detail/steam-market-extended/djmpjhobbpaljlpbalflmbmamkflnpdf |
| Description | View additional details about items such as candle graphs, indicator lines, and many more features! |
| File Size | 160 KB |
| Installation Count | 3,000 |
| Current Version | 1.0.1 |
| Last Updated | 2017-09-18 |
| Publish Date | 2017-09-17 |
| Rating | 3.70/5 Total 10 Ratings |
| Developer | http://skilledtra.de |
| [email protected] | |
| Payment Type | free |
| Extension Website | http://skilledtra.de |
| Help Page URL | http://skilledtra.de |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Steam Market Extended",
"description": "View additional details about items such as candle graphs, indicator lines, and many more features!",
"version": "1.0.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"activeTab",
"tabs",
"*:\/\/steamcommunity.com\/market\/listings\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/steamcommunity.com\/market\/listings\/*\/*"
],
"css": [
"css\/style.css",
"css\/animate.min.css"
],
"js": [
"js\/jquery.js",
"js\/highstock.js",
"js\/modal.js",
"js\/theme.js",
"js\/indicators.js",
"js\/ema.js",
"js\/atr.js",
"js\/rsi.js",
"js\/sma.js",
"js\/main.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
"img\/closebt.svg"
]
} | |