Price History for Steam™
Easily see the price history for steam games.
Qu'est-ce que Price History for Steam™ ?
Price History for Steam™ est une extension Chrome développée par Will McSweeney, et sa fonction principale est "Easily see the price history for steam games.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Price History for Steam™
Téléchargez les fichiers d'extension Price History for Steam™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Price History for Steam™ |
ID | ikpgcgcdfmgfjnjdlnldannlifkjokko |
URL Officiel | https://chromewebstore.google.com/detail/price-history-for-steam/ikpgcgcdfmgfjnjdlnldannlifkjokko |
Description | Easily see the price history for steam games. |
Taille du Fichier | 75.95 KB |
Nombre d'Installations | 476 |
Version Actuelle | 2.3.2 |
Dernière Mise à Jour | 2022-01-13 |
Date de Publication | 2017-06-06 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Will McSweeney |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://will.mcsweeney.xxx |
Langues Prises en Charge | 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" } |