Steam All Region Price Checker
Enables the user display all the regional costs of a Steam game simultaneously
什么是Steam All Region Price Checker?
Steam All Region Price Checker是由https://www.steamregionalprices.com开发的Chrome扩展程序,该扩展的主要功能是“Enables the user display all the regional costs of a Steam game simultaneously”。
扩展截图
下载Steam All Region Price Checker扩展crx文件
下载Steam All Region Price Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is not an official Steam/Valve product. All trademarks are property of their respective owners. Most people are aware that Steam games have different prices for different regions. Steam All Region Price Checker is a Chrome Extension that enables you to instantly compare prices for a Steam game across most regions simultaneously without having to leave the current page. Using the Chrome Extension is as easy as pie. Simply install the extension and it will take care of the rest. Alternatively you can manually use it for: 1. Current Page: Visit any Steam game url and right click somewhere blank on the page and click "Look up current page". 2. Target URL: Right click on any hyperlink directed towards a steam game and click "Look up prices for..." For more information, support and to see the most popular searches view the website here: http://www.steamregionalprices.com/ ~~~Latest Update~~~ - Now works over HTTPS
扩展基本信息
名称 | Steam All Region Price Checker |
ID | mopoebekmlkmahpfjjgibkbnciooimhn |
官方URL | https://chromewebstore.google.com/detail/steam-all-region-price-ch/mopoebekmlkmahpfjjgibkbnciooimhn |
简介 | Enables the user display all the regional costs of a Steam game simultaneously |
文件大小 | 81.99 KB |
安装次数 | 4,973 |
当前版本 | 2.0.3 |
更新时间 | 2020-10-05 |
上架时间 | 2018-07-29 |
评分 | 3.82/5 共39次评分 |
开发者 | https://www.steamregionalprices.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.steamregionalprices.com/ |
帮助页面URL | http://www.steamregionalprices.com/support.php |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam All Region Price Checker", "version": "2.0.3", "manifest_version": 2, "homepage_url": "https:\/\/www.steamregionalprices.com\/", "description": "Enables the user display all the regional costs of a Steam game simultaneously", "background": { "scripts": [ "js\/jquery-1.7.1.min.js", "js\/background.js" ] }, "options_page": "options.html", "permissions": [ "contextMenus", "*:\/\/store.steampowered.com\/*", "*:\/\/steamregionalprices.com\/*", "*:\/\/*.steamregionalprices.com\/" ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/store.steampowered.com\/*", "*:\/\/www.steamregionalprices.com\/*" ], "js": [ "js\/jquery-1.7.1.min.js", "js\/steamRegions.js" ], "css": [ "css\/style.css" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'" } |