Steam All Region Price Checker

Enables the user display all the regional costs of a Steam game simultaneously

¿Qué es Steam All Region Price Checker?

Steam All Region Price Checker es una extensión de Chrome desarrollada por https://www.steamregionalprices.com, y su función principal es "Enables the user display all the regional costs of a Steam game simultaneously".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Steam All Region Price Checker

Descarga archivos de extensión Steam All Region Price Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Steam All Region Price Checker Steam All Region Price Checker
ID mopoebekmlkmahpfjjgibkbnciooimhn
URL Oficial https://chromewebstore.google.com/detail/steam-all-region-price-ch/mopoebekmlkmahpfjjgibkbnciooimhn
Descripción Enables the user display all the regional costs of a Steam game simultaneously
Tamaño del Archivo 81.99 KB
Cantidad de Instalaciones 4,973
Versión Actual 2.0.3
Última Actualización 2020-10-05
Fecha de Publicación 2018-07-29
Calificación 3.82/5 Total de 39 Calificaciones
Desarrollador https://www.steamregionalprices.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.steamregionalprices.com/
URL de la Página de Ayuda http://www.steamregionalprices.com/support.php
Idiomas Soportados 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'"
}