Steam Pricer
Steam Pricer Helper helps save money on Steam games.
¿Qué es Steam Pricer?
Steam Pricer es una extensión de Chrome desarrollada por Gamake, y su función principal es "Steam Pricer Helper helps save money on Steam games.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Steam Pricer
Descarga archivos de extensión Steam Pricer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Steam Helper helps you save money on Steam purchases. Open the page with the game on Steam and if there are discounts, you will see an offer at the top of the page. For example, you can save money on buying RDR 2, Cyberpank, and many other PC games.
Información Básica de la Extensión
Nombre | Steam Pricer |
ID | fkdbmphboechmkcmdgagaphjjalgppbf |
URL Oficial | https://chromewebstore.google.com/detail/steam-pricer/fkdbmphboechmkcmdgagaphjjalgppbf |
Descripción | Steam Pricer Helper helps save money on Steam games. |
Tamaño del Archivo | 334 KB |
Cantidad de Instalaciones | 49 |
Versión Actual | 1.0.2 |
Última Actualización | 2020-11-28 |
Fecha de Publicación | 2020-10-22 |
Desarrollador | Gamake |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://gamake.ru |
Idiomas Soportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.2", "default_locale": "en", "manifest_version": 2, "icons": { "16": "images\/icons\/16.png", "48": "images\/icons\/48.png", "128": "images\/icons\/128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.steampowered.com\/*", "*:\/\/steampowered.com\/*", "*:\/\/steambuy.com\/*", "*:\/\/*.steampay.com\/*" ], "js": [ "index.content.js" ] } ], "permissions": [ "https:\/\/*.igdb.com\/", "https:\/\/*.steammachine.ru\/*", "*:\/\/*.steampowered.com\/*", "*:\/\/steampowered.com\/*", "*:\/\/steambuy.com\/*", "*:\/\/*.steampay.com\/*" ], "browser_action": { "default_icon": { "16": "images\/icons\/16.png", "24": "images\/icons\/24.png", "32": "images\/icons\/32.png" }, "default_popup": "popup.html" } } |