Price History for Steam™
Easily see the price history for steam games.
Что такое Price History for Steam™?
Price History for Steam™ - это расширение Chrome, разработанное Will McSweeney, и его основная функция - "Easily see the price history for steam games.".
Снимки экрана расширения
Скачать файл CRX расширения Price History for Steam™
Скачайте файлы расширений Price History for Steam™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
See the price history for games on Steam at the click of a button.
Changelog
• 2.3.2 - optimizations
• 2.2.2 - more fixes
• 2.1.1 - bug fix
• 2.0.0 - major update
Permissions
• steamdb.info - to get the price history Основная информация о расширении
| Название | |
| ID | ikpgcgcdfmgfjnjdlnldannlifkjokko |
| Официальный URL | https://chromewebstore.google.com/detail/price-history-for-steam/ikpgcgcdfmgfjnjdlnldannlifkjokko |
| Описание | Easily see the price history for steam games. |
| Размер файла | 75.95 KB |
| Количество установок | 476 |
| Текущая Версия | 2.3.2 |
| Последнее Обновление | 2022-01-13 |
| Дата публикации | 2017-06-06 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | Will McSweeney |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://will.mcsweeney.xxx |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"page_action": {
"default_icon": "icons\/48-disabled.png",
"default_popup": "pages\/popup.html",
"default_title": "Price History for Steam\u2122"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": true
},
"description": "Easily see the price history for steam games.",
"icons": {
"128": "icons\/128.png",
"48": "icons\/48.png",
"16": "icons\/16.png"
},
"manifest_version": 2,
"name": "Price History for Steam\u2122",
"permissions": [
"https:\/\/steamdb.info\/*",
"declarativeContent",
"activeTab",
"webRequest",
"webRequestBlocking"
],
"version": "2.3.2"
} | |