Price History for Steam™
Easily see the price history for steam games.
Wat is Price History for Steam™?
Price History for Steam™ is een Chrome-extensie ontwikkeld door Will McSweeney, en de belangrijkste functie is "Easily see the price history for steam games.".
Extensie Screenshots
Download het CRX-bestand van de extensie Price History for Steam™
Download Price History for Steam™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ikpgcgcdfmgfjnjdlnldannlifkjokko |
| Officiële URL | https://chromewebstore.google.com/detail/price-history-for-steam/ikpgcgcdfmgfjnjdlnldannlifkjokko |
| Beschrijving | Easily see the price history for steam games. |
| Bestandsgrootte | 75.95 KB |
| Aantal Installaties | 476 |
| Huidige Versie | 2.3.2 |
| Laatst Bijgewerkt | 2022-01-13 |
| Publicatiedatum | 2017-06-06 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Will McSweeney |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://will.mcsweeney.xxx |
| Ondersteunde Talen | 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"
} | |