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
拡張機能の基本情報
名前 | Price History for Steam™ |
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 |
Eメール | [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" } |