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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Steam All Region Price Checker
ID mopoebekmlkmahpfjjgibkbnciooimhn
官方網址 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'"
}