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 |
| 官方網址 | 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"
} | |