Price History for Steam™
Easily see the price history for steam games.
什么是Price History for Steam™?
Price History for Steam™是由Will McSweeney开发的Chrome扩展程序,该扩展的主要功能是“Easily see the price history for steam games.”。
扩展截图
下载Price History for Steam™扩展crx文件
下载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"
} | |