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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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'"
}