Steam Pricer
Steam Pricer Helper helps save money on Steam games.
什麼是Steam Pricer?
Steam Pricer是由Gamake開發的Chrome擴展程式,該擴展的主要功能是“Steam Pricer Helper helps save money on Steam games.”。
擴展截圖
下載Steam Pricer擴展crx文件
下載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 |
官方網址 | 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" } } |