Steam Pricer
Steam Pricer Helper helps save money on Steam games.
Τι είναι το Steam Pricer;
Το Steam Pricer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gamake, και η κύρια λειτουργία του είναι "Steam Pricer Helper helps save money on Steam games.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Steam Pricer
Λήψη αρχείων επέκτασης Steam Pricer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Steam Pricer |
ID | fkdbmphboechmkcmdgagaphjjalgppbf |
Επίσημο URL | https://chromewebstore.google.com/detail/steam-pricer/fkdbmphboechmkcmdgagaphjjalgppbf |
Περιγραφή | Steam Pricer Helper helps save money on Steam games. |
Μέγεθος Αρχείου | 334 KB |
Αριθμός Εγκαταστάσεων | 49 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2020-11-28 |
Ημερομηνία Δημοσίευσης | 2020-10-22 |
Προγραμματιστής | Gamake |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://gamake.ru |
Υποστηριζόμενες Γλώσσες | 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" } } |