Steam Pricer
Steam Pricer Helper helps save money on Steam games.
Qu'est-ce que Steam Pricer ?
Steam Pricer est une extension Chrome développée par Gamake, et sa fonction principale est "Steam Pricer Helper helps save money on Steam games.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Steam Pricer
Téléchargez les fichiers d'extension Steam Pricer 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
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.
Informations de Base sur l'Extension
Nom | Steam Pricer |
ID | fkdbmphboechmkcmdgagaphjjalgppbf |
URL Officiel | https://chromewebstore.google.com/detail/steam-pricer/fkdbmphboechmkcmdgagaphjjalgppbf |
Description | Steam Pricer Helper helps save money on Steam games. |
Taille du Fichier | 334 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2020-11-28 |
Date de Publication | 2020-10-22 |
Développeur | Gamake |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gamake.ru |
Langues Prises en Charge | 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" } } |