Steam inline listings
Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)
Что такое Steam inline listings?
Steam inline listings - это расширение Chrome, разработанное Unknown, и его основная функция - "Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)".
Снимки экрана расширения
Скачать файл CRX расширения Steam inline listings
Скачайте файлы расширений Steam inline listings в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Fine tune your steam item price by looking at actual listings and not at the cluttered graph of past sales (you can switch back to graph at any time)
Основная информация о расширении
Название | Steam inline listings |
ID | leljgoliocpdnnmjnpnajeiinlapifde |
Официальный URL | https://chromewebstore.google.com/detail/steam-inline-listings/leljgoliocpdnnmjnpnajeiinlapifde |
Описание | Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph) |
Размер файла | 39.79 KB |
Количество установок | 69 |
Текущая Версия | 1.0 |
Последнее Обновление | 2014-01-27 |
Дата публикации | 2014-01-26 |
Рейтинг | 1.00/5 Всего 3 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam inline listings", "description": "Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)", "version": "1.0", "permissions": [ "webRequest", "http:\/\/steamcommunity.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "jquery-2.0.3.min.js", "jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "http:\/\/steamcommunity.com\/id\/*\/inventory\/*" ], "js": [ "jquery-2.0.3.min.js", "stuff.js" ], "css": [ "style.css" ], "run_at": "document_start" } ], "manifest_version": 2 } |